Skip to content

Commit

Permalink
gh
Browse files Browse the repository at this point in the history
  • Loading branch information
samu9 committed Oct 13, 2024
1 parent d77adc8 commit 13dcd94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ jobs:
ssh -o StrictHostKeyChecking=no ${{secrets.REMOTE_USER}}@${{secrets.REMOTE_HOST}} << 'EOF'
cd /opt/hermadata
source ./venv/bin/activate
pip install *.tar.gz --force-reinstall
which python
.venv/bin/pip install *.tar.gz --force-reinstall
rm *.tar.gz
pm2 status hermdata-backend
EOF
Expand Down

0 comments on commit 13dcd94

Please sign in to comment.