maybe this time
Remote SSH Deployment / deploy_to_ubuntu (push) Failing after 29s

This commit is contained in:
2026-06-18 12:19:00 +00:00
parent 831b139269
commit 1de78f1237
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
key: ${{ secrets.DEPLOY_SSH_KEY }} key: ${{ secrets.DEPLOY_SSH_KEY }}
port: 22 port: 22
script: | script: |
cd /containers/servarr/spotizarr cd ~/containers/servarr/spotizarr
git pull origin main git pull origin main
docker compose down && docker compose up -d docker compose down && docker compose up -d