capistrano-deploy 0.0.5 → 0.0.6
Sign up to get free protection for your applications and to get access to all the features.
- data/capistrano-deploy.gemspec +1 -1
- data/lib/capistrano-deploy/passenger.rb +1 -1
- metadata +3 -3
data/capistrano-deploy.gemspec
CHANGED
@@ -2,7 +2,7 @@ Capistrano::Configuration.instance(:must_exist).load do
|
|
2
2
|
namespace :deploy do
|
3
3
|
desc 'Restart passenger'
|
4
4
|
task :restart, :roles => :app, :except => {:no_release => true} do
|
5
|
-
run "
|
5
|
+
run "touch #{deploy_to}/tmp/restart.txt"
|
6
6
|
end
|
7
7
|
end
|
8
8
|
end
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: capistrano-deploy
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 19
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 6
|
10
|
+
version: 0.0.6
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Just Lest
|