diff --git a/Gemfile b/Gemfile index 29e5531..9d24d38 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,12 @@ source 'https://rubygems.org' + + + + + + # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem 'rails', '~> 5.0.0', '>= 5.0.0.1' # Use Puma as the app server 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}