From 52590776f710f3995c81764c2604fb9cf67f114b Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Tue, 22 Jul 2025 17:29:10 -0400 Subject: [PATCH] Tshooting rsync. --- .gitea/workflows/hugo_site_deployment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/hugo_site_deployment.yml b/.gitea/workflows/hugo_site_deployment.yml index ad93057..264000e 100644 --- a/.gitea/workflows/hugo_site_deployment.yml +++ b/.gitea/workflows/hugo_site_deployment.yml @@ -104,6 +104,7 @@ jobs: gotify_app_token: '${{ secrets.RINOA_RUNNER_GOTIFY_TOKEN }}' notification_title: 'GITEA: Hugo' notification_message: 'Broken link inspection done... 🔍' + - run: echo "${{ secrets.VPS_DEPLOY_KEY }}" - name: Setup rsync id: setup-rsync uses: GuillaumeFalourd/setup-rsync@v1.2