[tooling] Try fixing deploys one more time

This commit is contained in:
2026-06-03 16:31:09 -04:00
parent a6ef34623e
commit 5f55163147

View File

@ -95,6 +95,15 @@ jobs:
poetry build
git checkout vrobbler/_commit.py
- name: Clean old wheels from server
uses: appleboy/ssh-action@v1.0.3
with:
host: vrobbler.service
username: root
key: ${{ secrets.JAIL_KEY }}
script: |
rm -f /var/lib/vrobbler/dist/*.whl
- name: Copy wheel to server and deploy
uses: appleboy/scp-action@v1.0.0
with: