Skip to content

Commit

Permalink
Fix gunicorn restart using a script
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-og committed Mar 22, 2024
1 parent 7427cd8 commit a98c6ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
desc 'Restart application'
task :restart do
on roles(:app) do
execute "#{deploy_to}/restart-gunicorn.sh"
execute "#{deploy_to}restart-gunicorn.sh"
end
end
end
Expand Down

0 comments on commit a98c6ef

Please sign in to comment.