Merge pull request #2980 from hennevogel/bugfix/deploy-restart

Fix restart during deploy
This commit is contained in:
Henne Vogelsang 2022-04-11 12:49:01 +02:00 committed by GitHub
commit 540d952953
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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