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

This commit is contained in:
2025-07-22 16:43:24 -04:00
parent 46bd252e65
commit e0d4ba02ab
+2 -1
View File
@@ -162,7 +162,8 @@ jobs:
VPS_DEPLOY_USER: ${{ secrets.HUGO_DEPLOY_USERNAME }}
VPS_DEPLOY_HOST: ${{ secrets.HUGO_SITE_HOST }}
VPS_DEPLOY_DEST: ${{ secrets.VPS_DEPLOY_DEST }}
VPS_DEPLOY_KEY: ${{ secrets.VPS_DEPLOY_KEY }}
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}
- name: Gotify Notification