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