Messing around with rsync more.....
Deploy Hugo Site / Check and Create PR (push) Successful in 1m30s
Deploy Hugo Site / Hugo Sanity Check (push) Successful in 25s
Deploy Hugo Site / PR Merge (push) Successful in 37s
Deploy Hugo Site / Build and Deploy to Server (push) Failing after 37s

This commit is contained in:
2025-07-22 16:46:44 -04:00
parent e0d4ba02ab
commit 815e27220c
+1 -1
View File
@@ -165,7 +165,7 @@ jobs:
VPS_DEPLOY_KEY: |
${{ secrets.VPS_DEPLOY_KEY }}
run: |
rsync -e 'ssh -o StrictHostKeyChecking=no' -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 charish@${VPS_DEPLOY_HOST}:${VPS_DEPLOY_DEST}
- name: Gotify Notification
uses: eikendev/gotify-action@master
with: