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" \