mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Merge pull request #2980 from hennevogel/bugfix/deploy-restart
Fix restart during deploy
This commit is contained in:
commit
540d952953
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ task :deploy do
|
|||
|
||||
on :launch do
|
||||
in_path(fetch(:current_path)) do
|
||||
command %{bundle exec pumactl restart -e production}
|
||||
command %{sudo systemctl restart osem}
|
||||
command %{sudo systemctl restart osem-dj}
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue