From fb1cb27d6105adf76208cfeb50b580e9f8236e3a Mon Sep 17 00:00:00 2001 From: "Kim.KANGHEE" Date: Sat, 13 Dec 2025 22:43:47 +0900 Subject: [PATCH] Update .gitea/workflows/deploy.yml --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index e21b8e1..4fec74e 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -19,7 +19,7 @@ jobs: - name: Checkout repository (internal) run: | 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" # 2️⃣ Python 설치