This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user