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
uses: appleboy/ssh-action@v1.0.3
with:
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USER }}
key: ${{ secrets.SSH_KEY }}
host: ${{ secrets.REMOTE_HOST }}
username: ${{ secrets.REMOTE_USER }}
key: ${{ secrets.DEPLOY_SSH_KEY }}
port: 22
script: |
cd /containers/servarr/spotizarr