Files
mopidy-smartplaylists/.gitea/workflows/deploy.yml
Colin Powell 0db488a289
Some checks failed
Deploy to mopidy1 / deploy (push) Failing after 2s
[actions] Fix dns issue
2026-06-26 13:36:56 -04:00

20 lines
500 B
YAML

name: Deploy to mopidy1
on:
push:
branches: [main]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: SSH and upgrade package
uses: appleboy/ssh-action@v1.0.3
with:
host: mopidy-dev.service
username: root
key: ${{ secrets.JAIL_KEY }}
script: |
pip uninstall -y mopidy-smartplaylists
pip install git+https://code.lab.unbl.ink/secstate/mopidy-smartplaylists@main
service mopidy restart