Skip to content

Commit

Permalink
Update deploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
gaby authored Jan 18, 2024
1 parent 93d7589 commit a51db57
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ $hypercorn_cmd || {
exit 1
} &

serge_process=$!

# Set up a signal trap and wait for processes to finish
trap _term TERM
wait $redis_process $serge_process

0 comments on commit a51db57

Please sign in to comment.