diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index f25dd33..0bf34e4 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -10,9 +10,11 @@ jobs: runs-on: vps-host steps: - name: Deploy + env: + APP_DIR: ${{ secrets.APP_DIR }} run: | set -e - cd ${{ secrets.APP_DIR }} + cd "$APP_DIR" git pull origin main