Skip to content

Commit

Permalink
Add auto deploy to Dev environment.
Browse files Browse the repository at this point in the history
  • Loading branch information
everaldorodrigo committed Oct 30, 2023
1 parent db20561 commit a51e655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:
SCRIPT_AFTER: |
set -x
echo "Activate python env."
cd /home/ubuntu/smartapi
source .env/bin/activate
echo "Installing backend requirements."
cd /home/ubuntu/smartapi
pip install -Ur requirements.txt --no-cache-dir --ignore-installed --force-reinstall
echo "Restarting smartapi backend services..."
sudo systemctl restart smartapi@8000
Expand Down

0 comments on commit a51e655

Please sign in to comment.