mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Switch to apache init restart as passenger's tmp/restart.txt seem not to be reliable :-/
This commit is contained in:
parent
63d2980fe3
commit
6e2efa502b
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