Messing around with rsync more...
Deploy Hugo Site / Check and Create PR (push) Successful in 23s
Deploy Hugo Site / Hugo Sanity Check (push) Successful in 15s
Deploy Hugo Site / PR Merge (push) Successful in 39s
Deploy Hugo Site / Build and Deploy to Server (push) Failing after 48s

This commit is contained in:
2025-07-22 16:39:21 -04:00
parent 5cc6228b7b
commit 46bd252e65
+1 -1
View File
@@ -164,7 +164,7 @@ jobs:
VPS_DEPLOY_DEST: ${{ secrets.VPS_DEPLOY_DEST }}
VPS_DEPLOY_KEY: ${{ secrets.VPS_DEPLOY_KEY }}
run: |
rsync -avz --progress --dry-run README.md ${VPS_DEPLOY_USER}@${VPS_DEPLOY_HOST}:${VPS_DEPLOY_DEST}
rsync -e 'ssh -o StrictHostKeyChecking=no' -avz --progress --dry-run README.md ${VPS_DEPLOY_USER}@${VPS_DEPLOY_HOST}:${VPS_DEPLOY_DEST}
- name: Gotify Notification
uses: eikendev/gotify-action@master
with: