Update deploy path
Some checks failed
Test & Deploy API / test (push) Successful in 1m41s
Test & Deploy API / deploy (push) Failing after 3m3s

This commit is contained in:
2026-03-03 17:57:31 +01:00
parent 3e5aceca50
commit ea75d0d2c7

View File

@@ -50,7 +50,7 @@ jobs:
set -e
DEPLOY_DIR="/opt/adiuva-api"
REPO_URL="http://10.0.0.119:3000/${{ gitea.repository }}.git"
TAG="${GITHUB_REF_NAME}"
TAG="${{ gitea.ref_name }}"
# ── Pull latest code ──
cd /tmp && rm -rf adiuva-api-deploy