update git url
Some checks failed
Test & Deploy Waitlist / test (push) Successful in 34s
Test & Deploy Waitlist / deploy (push) Failing after 20s

This commit is contained in:
Roberto Musso
2026-04-11 17:12:46 +02:00
parent cbcbb05cb6
commit 0a1fd3cd67

View File

@@ -53,7 +53,7 @@ jobs:
set -e set -e
DEPLOY_DIR="/opt/adiuvai-waitlist" DEPLOY_DIR="/opt/adiuvai-waitlist"
WAITLIST_DIR="$DEPLOY_DIR/waitlist" WAITLIST_DIR="$DEPLOY_DIR/waitlist"
REPO_URL="http://10.0.0.119:3000/${{ gitea.repository }}.git" REPO_URL="https://git.muticolturano.com/${{ gitea.repository }}.git"
TAG="${{ gitea.ref_name }}" TAG="${{ gitea.ref_name }}"
# ── Pull latest code ── # ── Pull latest code ──