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

This commit is contained in:
2025-07-22 16:59:10 -04:00
parent a5e30df890
commit 3406579be0
+2 -1
View File
@@ -158,7 +158,8 @@ jobs:
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: Verifying key path
run: echo "SSK KEY PATH ${{ steps.setup-rsync.outputs.ssh_key_path }}"
- name: Testing rsync
env:
VPS_DEPLOY_USER: ${{ secrets.HUGO_DEPLOY_USERNAME }}