Skip to content

Commit

Permalink
Fix production workflow (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsarrco authored Mar 31, 2024
2 parents 3e5d482 + a507c4e commit b76ad15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
passphrase: ${{ secrets.SSH_PASSPHRASE }}
port: ${{ secrets.SSH_PORT }}
script: |
cd MuoVErsi
cd server
git checkout production
git pull
venv/bin/python -m pip install -r requirements.txt
venv/bin/alembic upgrade head
sudo systemctl restart muoversi
systemctl restart muoversi

0 comments on commit b76ad15

Please sign in to comment.