Commit 220e8cfbc9291fc8fc9aac2212dfafbbfaf91956
1 parent
bdf3705d
Exists in
master
and in
1 other branch
change rails version on gemfile
Showing
2 changed files
with
12 additions
and
12 deletions
Show diff stats
Gemfile
config/deploy/ufpb.rb
... | ... | @@ -14,7 +14,7 @@ |
14 | 14 | # server list. The second argument is a, or duck-types, Hash and is |
15 | 15 | # used to set extended properties on the server. |
16 | 16 | |
17 | -server '150.165.204.80', port: 22, user: 'deployer', password: 'l1br4s-l1v3', roles: %w{web} | |
17 | +server '150.165.204.80', port: 22, user: 'deployer', password: 'l1br4s-l1v3', roles: %w{web app} | |
18 | 18 | |
19 | 19 | set :rails_env, 'production' |
20 | 20 | |
... | ... | @@ -33,13 +33,13 @@ set :rails_env, 'production' |
33 | 33 | # |
34 | 34 | # And/or per server (overrides global) |
35 | 35 | # ------------------------------------ |
36 | - server '150.165.204.80', | |
37 | - user: 'deployer', | |
38 | - roles: %w{web}, | |
39 | - ssh_options: { | |
40 | - user: 'deployer', # overrides user setting above | |
41 | - # keys: %w(/home/user_name/.ssh/id_rsa), | |
42 | - forward_agent: false, | |
43 | - auth_methods: %w(publickey password), | |
44 | - password: 'l1br4s-l1v3' | |
45 | - } | |
36 | +# server '150.165.204.80', | |
37 | +# user: 'deployer', | |
38 | +# roles: %w{web}, | |
39 | +# ssh_options: { | |
40 | +# user: 'deployer', # overrides user setting above | |
41 | +# # keys: %w(/home/user_name/.ssh/id_rsa), | |
42 | +# forward_agent: false, | |
43 | +# auth_methods: %w(publickey password), | |
44 | +# password: 'l1br4s-l1v3' | |
45 | +# } | ... | ... |