webhook 설정 오류 수정

- deployer 배포 webhook 오류 설정 수정
This commit is contained in:
2026-01-25 17:28:58 +09:00
parent a8b661b304
commit 82cbae7ae2
7 changed files with 82 additions and 24 deletions

View File

@@ -4,6 +4,8 @@ set -euo pipefail
SRC="/repo"
DST="/runtime"
git config --global --add safe.directory "$SRC"
cd "$SRC"
git fetch --all --prune
git pull --ff-only
@@ -20,5 +22,5 @@ rsync -a --delete \
bash "$SRC/scripts/deploy-nas.sh"
cd "$DST"
docker compose up -d --build backend travel-proxy frontend
docker-compose up -d --build backend travel-proxy frontend
echo "DEPLOY_OK $TAG"