diff --git a/config/deploy/production.rb b/config/deploy/production.rb new file mode 100644 index 0000000..7953e0f --- /dev/null +++ b/config/deploy/production.rb @@ -0,0 +1,4 @@ +# frozen_string_literal: true + +server 'server02', :user => 'deploy', :roles => 'app', :primary => true +