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
|
on :launch do
|
||||||
in_path(fetch(:current_path)) 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}
|
command %{sudo systemctl restart osem-dj}
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue