From 013ec057b8673c7fa5a7a2f92e1f4ddfe11d4e37 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Tue, 22 Jul 2025 18:40:21 -0400 Subject: [PATCH] ........ --- .gitea/workflows/hugo_site_deployment.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.gitea/workflows/hugo_site_deployment.yml b/.gitea/workflows/hugo_site_deployment.yml index db8e78c..1677c54 100644 --- a/.gitea/workflows/hugo_site_deployment.yml +++ b/.gitea/workflows/hugo_site_deployment.yml @@ -158,11 +158,6 @@ jobs: uses: GuillaumeFalourd/setup-rsync@v1.2 with: ssh_key: ${{ secrets.VPS_DEPLOY_KEY }} - - name: Retrieve private key path for rsync - id: deploy_key_path - run: | - deploy_key_path=$(echo ${{ steps.setup_rsync.outputs.ssh_key_path }}) - echo "dkp=$deploy_key_path" >> $GITHUB_OUTPUT - name: Gotify Notification uses: eikendev/gotify-action@master with: @@ -175,7 +170,7 @@ 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: ${{ steps.setup_rsync.outputs.dkp }} + VPS_DEPLOY_KEY: ${{ steps.setup_rsync.outputs.ssh_key_path }} run: | echo "${VPS_DEPLOY_KEY}" hugo version