Merge pull request #443 from hennevogel/master
Switch to apache init restart
This commit is contained in:
commit
6755328c4c
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ task deploy: :environment do
|
||||||
invoke :notify_errbit
|
invoke :notify_errbit
|
||||||
|
|
||||||
to :launch do
|
to :launch do
|
||||||
queue "touch #{deploy_to}/tmp/restart.txt"
|
queue "sudo /etc/init.d/apache2 restart"
|
||||||
end
|
end
|
||||||
|
|
||||||
invoke :'deploy:cleanup'
|
invoke :'deploy:cleanup'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue