Skip to content

Commit 6bb40a7

Browse files
committed
updated deploy config
1 parent 624859a commit 6bb40a7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

config/deploy/production.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
# Supports bulk-adding hosts to roles, the primary
88
# server in each group is considered to be the first
99
# 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]
10+
role :app, %w[apps@tip4commit]
11+
role :web, %w[apps@tip4commit]
12+
role :db, %w[apps@tip4commit]
1313

1414
set :rails_env, 'production'
1515
set :migration_role, 'db'

0 commit comments

Comments
 (0)