fix(ci): change checkout URL to 127.0.0.1:3300 (NAS host network)
Deploy Dashboard (Main) / Backend Tests (push) Successful in 2m39s
Deploy Dashboard (Main) / Frontend Tests (push) Successful in 10s
Deploy Dashboard (Main) / Build Main Image (push) Successful in 1m33s
Deploy Dashboard (Main) / Deploy to Production (push) Failing after 7m57s

This commit is contained in:
Gan, Jimmy
2026-07-09 02:33:27 +08:00
parent bd03784108
commit 93a1264d31
+1 -1
View File
@@ -208,7 +208,7 @@ jobs:
- name: Checkout repository
run: |
if [ ! -d .git ]; then
git clone --depth=1 "http://gitea:3000/${GITHUB_REPOSITORY}.git" .
git clone --depth=1 "http://127.0.0.1:3300/${GITHUB_REPOSITORY}.git" .
fi
- name: Sync runtime compose file