Update .gitea/workflows/deploy.yml
Some checks failed
Deploy VConnect API / Test Build (push) Failing after 6s
Deploy VConnect API / Deploy to Server (push) Has been skipped

This commit is contained in:
2025-12-13 22:43:47 +09:00
parent ad18133ab2
commit fb1cb27d61

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://server:3000/Kim.KANGHEE/vconnect-api.git . git clone --depth 1 http://gitea:3000/Kim.KANGHEE/vconnect-api.git .
echo "📥 Clone done" echo "📥 Clone done"
# 2⃣ Python 설치 # 2⃣ Python 설치