do you need to ask?
Remote SSH Deployment / deploy_to_ubuntu (push) Failing after 26s

This commit is contained in:
2026-06-18 12:12:25 +00:00
parent 98e217eb73
commit 831b139269
+3 -3
View File
@@ -16,9 +16,9 @@ jobs:
- name: Execute remote SSH commands - name: Execute remote SSH commands
uses: appleboy/ssh-action@v1.0.3 uses: appleboy/ssh-action@v1.0.3
with: with:
host: ${{ secrets.SSH_HOST }} host: ${{ secrets.REMOTE_HOST }}
username: ${{ secrets.SSH_USER }} username: ${{ secrets.REMOTE_USER }}
key: ${{ secrets.SSH_KEY }} key: ${{ secrets.DEPLOY_SSH_KEY }}
port: 22 port: 22
script: | script: |
cd /containers/servarr/spotizarr cd /containers/servarr/spotizarr