We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db836a0 commit 6fb14c8Copy full SHA for 6fb14c8
.github/workflows/runuvicorn.yml
@@ -14,6 +14,7 @@ jobs:
14
username: ${{secrets.USERNAME}}
15
key: ${{secrets.EC2_SSH_KEY}}
16
script: |
17
+ pkill gunicorn
18
cd ${{secrets.TARGET_DIR}}/backend
19
python3 -m pip install -r reqs.txt
20
cd ${{secrets.TARGET_DIR}}
0 commit comments