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 6fb14c8 commit 08155e6Copy full SHA for 08155e6
.github/workflows/runuvicorn.yml
@@ -15,6 +15,7 @@ jobs:
15
key: ${{secrets.EC2_SSH_KEY}}
16
script: |
17
pkill gunicorn
18
+ pkill uvicorn
19
cd ${{secrets.TARGET_DIR}}/backend
20
python3 -m pip install -r reqs.txt
21
cd ${{secrets.TARGET_DIR}}
0 commit comments