ci: fix repo URL — wangdl/admin-projects
Some checks failed
Deploy Admin Frontend / build-and-deploy (push) Failing after 1s

This commit is contained in:
WangDL 2026-05-22 09:55:44 +08:00
parent a33387187b
commit feae49ab1a

View File

@ -13,7 +13,7 @@ jobs:
if [ -d /tmp/admin-projects ]; then if [ -d /tmp/admin-projects ]; then
cd /tmp/admin-projects && git pull cd /tmp/admin-projects && git pull
else else
git clone http://10.2.0.7:3000/suche-Hermes/admin-projects.git /tmp/admin-projects git clone http://10.2.0.7:3000/wangdl/admin-projects.git /tmp/admin-projects
fi fi
- name: Install dependencies and build - name: Install dependencies and build