dploy-rails 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5c77adadf50d81303fcd3c3033133209bb849150
4
- data.tar.gz: d9a61ebb3e388e6500b1ea212bb08aab418530d0
3
+ metadata.gz: 96d0cfdcaefaeeaafb988840315e0233974a8a84
4
+ data.tar.gz: 042d0279f72ac11c3500a828b0b3a94f984428db
5
5
  SHA512:
6
- metadata.gz: 670218c3bd1f3999abacbce22714d133adeaa03d73ae6b8fa53adfedbc1cc23a0b7a33b5961847e35c9a499c8a9db6f84cf5648edc49e27837d4347956f6bd5c
7
- data.tar.gz: cae60844b27d076678209f1fdc9e41d9e4ce8d116071c13fe47ada9082b8ba81a5881248fa4b4576710c9f1d976734115761635f88ad8042cb20b440312cab38
6
+ metadata.gz: 3fcfc4faad9413307adb91f562e0e72a44499b5053503749544a0d886ecc97b3988056f019ea718278943c734dbaf8baae712ec3f6c84d0203f5453c72d14242
7
+ data.tar.gz: 75da63f08d446aa71d6cf75964813ede20d2b7f086b7837120ba5a9b5db7097e8033e7fff79236f5bfa1d850527c5c87b87340f97da219ab42abe948f7738eb2
@@ -1,5 +1,5 @@
1
1
  module Dploy
2
2
  module Rails
3
- VERSION = "0.1.2"
3
+ VERSION = "0.1.3"
4
4
  end
5
5
  end
@@ -48,7 +48,6 @@ task :deploy do
48
48
  Net::SSH.start(domain, user, keys: [identity_file]) do |ssh|
49
49
  WithInPath.new(path, ssh).run do
50
50
  pid = exec!(%{cat tmp/pids/puma.pid}).to_i
51
- break if pid <= 0
52
51
 
53
52
  print_step_description "Killing puma server process..."
54
53
  print_output_unless_blank exec!(%{kill -9 #{pid}})
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dploy-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - artificis