시스템 리셋으로 인한 재배포(restart policy 추가)

This commit is contained in:
root
2026-07-28 09:57:37 +09:00
parent 3cc7ddb9a3
commit db4e0a6fda
4 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
set -euo pipefail
branch="${1:-main}"
target_dir="${2:-~/egbim}"
target_dir="${2:-/home/user/services/egbim-homepage}"
env_file="${3:-}"
db_dump_path="${4:-egbim_DB.sql}"
db_import_marker=".db_import_done"