Skip to content

Commit 6fb14c8

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

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
@@ -14,6 +14,7 @@ jobs:
1414
username: ${{secrets.USERNAME}}
1515
key: ${{secrets.EC2_SSH_KEY}}
1616
script: |
17+
pkill gunicorn
1718
cd ${{secrets.TARGET_DIR}}/backend
1819
python3 -m pip install -r reqs.txt
1920
cd ${{secrets.TARGET_DIR}}

0 commit comments

Comments
 (0)