We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d6dec5 commit c87e19bCopy full SHA for c87e19b
config/deploy/production.rb
@@ -1 +1,6 @@
1
-set :rails_env, :production
+set :rails_env, "production"
2
+
3
+set :application, '162.209.48.170'
4
+role :app, application
5
+role :web, application
6
+role :db, application, :primary => true
config/deploy/staging.rb
@@ -1 +1,5 @@
-set :rails_env, :staging
+set :rails_env, "staging"
0 commit comments