fix: tolchain clone URL을 GitHub으로 수정
All checks were successful
Server CI/CD / deploy (push) Successful in 1m15s

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-12 01:07:06 +09:00
parent 657710b23d
commit d911c8ed1f

View File

@@ -22,7 +22,7 @@ jobs:
rm -rf a301-build
mkdir a301-build && cd a301-build
git clone https://tolelom:${{ secrets.GIT_TOKEN }}@git.tolelom.xyz/A301/a301_server.git a301_server
git clone https://tolelom:${{ secrets.GIT_TOKEN }}@git.tolelom.xyz/A301/tolchain.git tolchain
git clone https://github.com/tolelom/tolchain.git tolchain
docker build --no-cache -t a301-server:latest -f a301_server/Dockerfile .
cd ~/server
docker compose up -d --force-recreate a301-server