Tshooting rsync #3.
Deploy Hugo Site / Check and Create PR (push) Successful in 26s
Deploy Hugo Site / Hugo Sanity Check (push) Failing after 34s

This commit is contained in:
2025-07-22 18:00:11 -04:00
parent bcb08182d8
commit 50a699e2a3
+1 -1
View File
@@ -116,7 +116,7 @@ jobs:
VPS_DEPLOY_DEST: ${{ secrets.VPS_DEPLOY_DEST }}
VPS_DEPLOY_KEY: ${{ steps.setup_rsync.outputs.ssh_key_path }}
run: |
rsync -e 'ssh -i ${VPS_DEPLOY_KEY} -o StrictHostKeyChecking=no' -avz --progress --dry-run README.md charish@${VPS_DEPLOY_HOST}:${VPS_DEPLOY_DEST}
rsync -e 'ssh -i $VPS_DEPLOY_KEY -o StrictHostKeyChecking=no' -avz --progress --dry-run README.md charish@${VPS_DEPLOY_HOST}:${VPS_DEPLOY_DEST}
- name: Gotify Notification
uses: eikendev/gotify-action@master
with: