Correction for remote SSH action.
This commit is contained in:
@@ -179,10 +179,10 @@ jobs:
|
|||||||
- name: Restart Hugo Container
|
- name: Restart Hugo Container
|
||||||
uses: appleboy/ssh-action@v1.2.2
|
uses: appleboy/ssh-action@v1.2.2
|
||||||
with:
|
with:
|
||||||
host: ${{ secrets.HUGO_SITE_HOST }}
|
host: 192.168.1.254
|
||||||
username: ${{ secrets.HUGO_DEPLOY_USERNAME }}
|
username: ${{ secrets.HUGO_DEPLOY_USERNAME }}
|
||||||
password: ${{ secrets.HUGO_DEPLOY_PASSWORD }}
|
password: ${{ secrets.HUGO_DEPLOY_PASSWORD }}
|
||||||
key: ${{ secrets.VPS_DEPLOY_KEY }}
|
key_path: ${{ steps.setup_rsync.outputs.ssh_key_path }}
|
||||||
script: |
|
script: |
|
||||||
docker container restart hugo
|
docker container restart hugo
|
||||||
- name: Gotify Notification
|
- name: Gotify Notification
|
||||||
|
|||||||
Reference in New Issue
Block a user