We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71387e4 commit 7a342a6Copy full SHA for 7a342a6
.github/workflows/deploy-dev.yml
@@ -43,6 +43,7 @@ jobs:
43
cd /home/ubuntu/smartapi
44
source .env/bin/activate
45
echo "Installing backend requirements."
46
+ pip install --upgrade pip
47
pip install -Ur requirements.txt --no-cache-dir --ignore-installed --force-reinstall
48
echo "Restarting smartapi backend services..."
49
sudo systemctl restart smartapi@8000
.github/workflows/deploy-prod.yml
@@ -39,6 +39,7 @@ jobs:
39
40
41
42
0 commit comments