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 설치