[actions] Fix deploy script
Some checks failed
Deploy to mopidy1 / deploy (push) Failing after 3s

This commit is contained in:
2026-06-26 13:31:50 -04:00
parent b7fb3660e2
commit 573d5d0c13

View File

@ -8,11 +8,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: SSH and upgrade package
uses: appleboy/ssh-action@v1
uses: appleboy/ssh-action@v1.0.3
with:
host: mopidy1.local
username: root
key: ${{ secrets.DEPLOY_KEY }}
key: ${{ secrets.JAIL_KEY }}
script: |
pip uninstall -y mopidy-smartplaylists
pip install git+https://code.lab.unbl.ink/secstate/mopidy-smartplaylists@main