Update .gitea/workflows/deploy.yml
Some checks failed
Deploy / deploy (push) Failing after 0s

This commit is contained in:
2026-04-23 18:56:59 +00:00
parent 5b4ffe7053
commit 6c7c7aa3b6

View File

@@ -10,9 +10,11 @@ jobs:
runs-on: vps-host runs-on: vps-host
steps: steps:
- name: Deploy - name: Deploy
env:
APP_DIR: ${{ secrets.APP_DIR }}
run: | run: |
set -e set -e
cd ${{ secrets.APP_DIR }} cd "$APP_DIR"
git pull origin main git pull origin main