webhook 설정 오류 수정
- deployer 배포 webhook 오류 설정 수정
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user