projects
/
leap_website.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
950245e
)
fixed deploy.rb
author
elijah
<elijah@riseup.net>
Thu, 13 Dec 2012 23:28:06 +0000
(15:28 -0800)
committer
elijah
<elijah@riseup.net>
Thu, 13 Dec 2012 23:28:06 +0000
(15:28 -0800)
config/deploy.rb
patch
|
blob
|
history
diff --git
a/config/deploy.rb
b/config/deploy.rb
index
2314c5d
..
c5ddb28
100644
(file)
--- a/
config/deploy.rb
+++ b/
config/deploy.rb
@@
-24,7
+24,7
@@
namespace :deploy do
task :start do ; end
task :stop do ; end
task :restart, :roles => :app, :except => { :no_release => true } do
- run "
#
touch #{File.join(current_path,'tmp','restart.txt')}"
+ run "touch #{File.join(current_path,'tmp','restart.txt')}"
end
end