From 26e5620fc206c28cd3c06e01d7913bfd757771bb Mon Sep 17 00:00:00 2001 From: Robin Dittmar Date: Sun, 6 Sep 2026 19:22:49 +0200 Subject: [PATCH] fix: added deploy_path to deploy env vars --- .gitea/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 0b195ad..8fe5f60 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -58,6 +58,7 @@ jobs: env: DEPLOY_USER: ${{ secrets.DEPLOY_USER }} DEPLOY_HOST: ${{ secrets.DEPLOY_HOST }} + DEPLOY_PATH: ${{ secrets.DEPLOY_PATH }} run: | ssh -i ~/.ssh/deploy_key -o UserKnownHostsFile=~/.ssh/known_hosts \ "$DEPLOY_USER@$DEPLOY_HOST" \