diff --git a/config/deploy/production.rb b/config/deploy/production.rb index 681e372..ba0fb83 100644 --- a/config/deploy/production.rb +++ b/config/deploy/production.rb @@ -17,7 +17,7 @@ # property set. Specify the username and a domain or IP for the server. # Don't use `:all`, it's a meta role. -server '139.162.23.218', user: 'deploy', roles: %w{app db web}, my_property: :my_value +server '103.29.69.230', user: 'deploy', roles: %w{app db web}, my_property: :my_value # role :app, %w{deploy@example.com}, my_property: :my_value # role :web, %w{user1@primary.com user2@additional.com}, other_property: :other_value # role :db, %w{deploy@example.com}