We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 624859a commit 6bb40a7Copy full SHA for 6bb40a7
1 file changed
config/deploy/production.rb
@@ -7,9 +7,9 @@
7
# Supports bulk-adding hosts to roles, the primary
8
# server in each group is considered to be the first
9
# unless any hosts have the primary property set.
10
-role :app, %w[apps@50.116.2.58]
11
-role :web, %w[apps@50.116.2.58]
12
-role :db, %w[apps@50.116.2.58]
+role :app, %w[apps@tip4commit]
+role :web, %w[apps@tip4commit]
+role :db, %w[apps@tip4commit]
13
14
set :rails_env, 'production'
15
set :migration_role, 'db'
0 commit comments