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

This commit is contained in:
2025-07-22 16:35:47 -04:00
parent 92263a10b0
commit 5cc6228b7b
+10
View File
@@ -157,6 +157,14 @@ jobs:
uses: GuillaumeFalourd/setup-rsync@v1.2
with:
ssh-key: ${{ secrets.VPS_DEPLOY_KEY }}
- name: Testing rsync
env:
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 }}
run: |
rsync -avz --progress --dry-run README.md ${VPS_DEPLOY_USER}@${VPS_DEPLOY_HOST}:${VPS_DEPLOY_DEST}
- name: Gotify Notification
uses: eikendev/gotify-action@master
with:
@@ -169,6 +177,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 }}
run: |
hugo version
hugo --minify --source .