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

This commit is contained in:
2025-07-22 16:56:31 -04:00
parent 815e27220c
commit a5e30df890
@@ -154,9 +154,11 @@ jobs:
hugo-version: "latest"
extended: true
- name: Setup rsync
id: setup-rsync
uses: GuillaumeFalourd/setup-rsync@v1.2
with:
ssh-key: ${{ secrets.VPS_DEPLOY_KEY }}
- run: echo "SSK KEY PATH ${{ steps.setup_rsync.outputs.ssh_key_path }}"
- name: Testing rsync
env:
VPS_DEPLOY_USER: ${{ secrets.HUGO_DEPLOY_USERNAME }}