Commit 141b5f6b54ed8ab591016ace024d929149f6415e
1 parent
5dd18d6f
Exists in
colab
and in
4 other branches
New deploy server
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
config/deploy/production.rb
... | ... | @@ -15,7 +15,7 @@ set :stage, :production |
15 | 15 | # definition into the server list. The second argument |
16 | 16 | # something that quacks like a hash can be used to set |
17 | 17 | # extended properties on the server. |
18 | -server '200.144.254.82', user: 'mezuro', roles: %w{web app db} | |
18 | +server '200.144.254.81', user: 'mezuro', roles: %w{web app db} | |
19 | 19 | |
20 | 20 | # you can set custom ssh options |
21 | 21 | # it's possible to pass any option but you need to keep in mind that net/ssh understand limited list of options | ... | ... |