diff --git a/config/deploy.rb b/config/deploy.rb index cb0d9489..af9ebaf4 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -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