Skip to content

Commit

Permalink
Deploy to 3.13 environment
Browse files Browse the repository at this point in the history
  • Loading branch information
williamjacksn committed Feb 18, 2025
1 parent 900a4b2 commit 6a4d36e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: ssh ssh://${{ secrets.ssh_user }}@${{ secrets.ssh_host }}:2234 git -C /opt/wormgas pull

- name: Ensure requirements are installed
run: ssh ssh://${{ secrets.ssh_user }}@${{ secrets.ssh_host }}:2234 /opt/venv/wormgas-3.12/bin/pip-sync /opt/wormgas/requirements.txt
run: ssh ssh://${{ secrets.ssh_user }}@${{ secrets.ssh_host }}:2234 /opt/venv/wormgas-3.13/bin/pip-sync /opt/wormgas/requirements.txt

- name: Restart app
run: ssh ssh://${{ secrets.ssh_user }}@${{ secrets.ssh_host }}:2234 sudo systemctl restart wormgas.service

0 comments on commit 6a4d36e

Please sign in to comment.