Update .gitea/workflows/deploy.yml
Some checks failed
Deploy VConnect API / Test Build (push) Successful in 31s
Deploy VConnect API / Deploy to Server (push) Failing after 7s

This commit is contained in:
2025-12-13 23:00:35 +09:00
parent 54d46e8c11
commit 8b1495db28

View File

@@ -19,7 +19,7 @@ jobs:
- name: Checkout repository (internal) - name: Checkout repository (internal)
run: | run: |
echo "📥 Internal git clone start" echo "📥 Internal git clone start"
git clone --depth 1 http://192.168.0.2:3000/Kim.KANGHEE/vconnect-api.git . git clone --depth 1 https://gitea.mouse84.com/Kim.KANGHEE/vconnect-api.git .
echo "📥 Clone done" echo "📥 Clone done"
# 2⃣ Python 설치 # 2⃣ Python 설치