Skip to content

Commit 08155e6

Browse files
authored
Update runuvicorn.yml
Signed-off-by: Ben Schmidt <[email protected]>
1 parent 6fb14c8 commit 08155e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/runuvicorn.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
key: ${{secrets.EC2_SSH_KEY}}
1616
script: |
1717
pkill gunicorn
18+
pkill uvicorn
1819
cd ${{secrets.TARGET_DIR}}/backend
1920
python3 -m pip install -r reqs.txt
2021
cd ${{secrets.TARGET_DIR}}

0 commit comments

Comments
 (0)