From 35283001f6f7643009e43db5405e69e73dc1829c Mon Sep 17 00:00:00 2001 From: HEROGWP Date: Fri, 7 Apr 2017 11:20:46 +0800 Subject: [PATCH 1/5] test --- config/deploy/production.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} From fb1281c915bf821acf87c8c6aa1b6c405298e811 Mon Sep 17 00:00:00 2001 From: HEROGWP Date: Fri, 7 Apr 2017 13:54:38 +0800 Subject: [PATCH 2/5] test2 --- Gemfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Gemfile b/Gemfile index 29e5531..9e9dde2 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,9 @@ 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 From 159e4e6cb5a56facc0dec81acc97fe01edbb0135 Mon Sep 17 00:00:00 2001 From: HEROGWP Date: Fri, 7 Apr 2017 16:15:06 +0800 Subject: [PATCH 3/5] test3 --- Gemfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Gemfile b/Gemfile index 9e9dde2..69678de 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,6 @@ 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 From 77a34e041feba08f2b01133134b22eb189708a32 Mon Sep 17 00:00:00 2001 From: HEROGWP Date: Fri, 7 Apr 2017 16:22:51 +0800 Subject: [PATCH 4/5] test4 --- Gemfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Gemfile b/Gemfile index 69678de..2f548b5 100644 --- a/Gemfile +++ b/Gemfile @@ -3,6 +3,11 @@ 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 From 7a1534a4b0f53177ae11135b673124938b262a4a Mon Sep 17 00:00:00 2001 From: HEROGWP Date: Fri, 7 Apr 2017 16:54:37 +0800 Subject: [PATCH 5/5] test5 --- Gemfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Gemfile b/Gemfile index 2f548b5..9e9dde2 100644 --- a/Gemfile +++ b/Gemfile @@ -4,10 +4,6 @@ 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