From 50a699e2a353ede27ab8f09bbc85c9bd5c1cf639 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Tue, 22 Jul 2025 18:00:11 -0400 Subject: [PATCH] Tshooting rsync #3. --- .gitea/workflows/hugo_site_deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/hugo_site_deployment.yml b/.gitea/workflows/hugo_site_deployment.yml index 3c38480..3e75821 100644 --- a/.gitea/workflows/hugo_site_deployment.yml +++ b/.gitea/workflows/hugo_site_deployment.yml @@ -116,7 +116,7 @@ jobs: VPS_DEPLOY_DEST: ${{ secrets.VPS_DEPLOY_DEST }} VPS_DEPLOY_KEY: ${{ steps.setup_rsync.outputs.ssh_key_path }} run: | - rsync -e 'ssh -i ${VPS_DEPLOY_KEY} -o StrictHostKeyChecking=no' -avz --progress --dry-run README.md charish@${VPS_DEPLOY_HOST}:${VPS_DEPLOY_DEST} + rsync -e 'ssh -i $VPS_DEPLOY_KEY -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: