Harden admin telemetry and deployment safeguards
TaxBaik CI/CD / build-and-deploy (push) Successful in 4m30s

This commit is contained in:
2026-07-02 16:10:15 +09:00
parent b1601b0305
commit d780fecf8c
53 changed files with 1590 additions and 656 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ if [ "${TAXBAIK_DEPLOY_FROM_CI:-}" != "1" ]; then
fi
DEPLOY_HOME="/home/kjh2064"
WEB_TIMESTAMP=$(date +%Y%m%d_%H%M%S)
WEB_TIMESTAMP=$(TZ=Asia/Seoul date +%Y%m%d_%H%M%S)
echo "===== 🚀 TaxBaik 배포 스크립트 ====="
echo "Web Timestamp: $WEB_TIMESTAMP"