Stage 배포 환경 수정

This commit is contained in:
2026-09-09 14:46:39 +09:00
parent 89011284e1
commit 380ea299f8
3 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ tar xzf "${NAS_TMP_DIR}/${ARCHIVE_NAME}" -C "${NEW_DIR}"
echo "=== [2/5] stage 설정 적용 ==="
cp -v "${NEW_DIR}/src/game/lib/global/global_variables_debug.js" \
"${NEW_DIR}/src/game/lib/global/global_variables.js"
cp -v "${NEW_DIR}/src/web/server/setup/NA_service_db_setting.php" \
cp -v "${NEW_DIR}/src/web/server/setup/NA_stage_db_setting.php" \
"${NEW_DIR}/src/web/server/setup/service_db_setting.php"
DB_CONFIG="${NEW_DIR}/src/web/server/setup/service_db_setting.php"