사진 모집 서버 종료

This commit is contained in:
DESKTOP-KSVGT20\shkim
2026-06-05 12:52:24 +09:00
parent 14f7f33023
commit 58f16c1dd6
3 changed files with 4 additions and 15 deletions
+2 -3
View File
@@ -24,7 +24,6 @@ echo "$(date '+%Y-%m-%d %H:%M:%S') deploy start" >> "$LOG_FILE"
git -c credential.helper="store --file=/var/services/homes/whitekomani/.git-credentials" fetch origin main >> "$LOG_FILE" 2>&1
git reset --hard origin/main >> "$LOG_FILE" 2>&1
/usr/local/bin/docker build -t photoreq:latest . >> "$LOG_FILE" 2>&1
./run.sh >> "$LOG_FILE" 2>&1
/usr/local/bin/docker rm -f photoreq >> "$LOG_FILE" 2>&1 || true
echo "$(date '+%Y-%m-%d %H:%M:%S') deploy done $(git rev-parse --short HEAD)" >> "$LOG_FILE"
echo "$(date '+%Y-%m-%d %H:%M:%S') deploy stopped photoreq $(git rev-parse --short HEAD)" >> "$LOG_FILE"