Skip to content

Commit 1a99b1f

Browse files
Sihun23Sihun23
authored andcommitted
[hotfix] env 수정 후 재배포
1 parent e00d155 commit 1a99b1f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

deploy.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/bin/bash
22
set -e
33

4-
# ──[환경 고정: 개발]────────────────────────────────────────────
54
UPSTREAM_ENV="${UPSTREAM_ENV:-dev}"
65
NGINX_HOST=10.0.1.18 # nginx EC2 프라이빗 IP (필요시 수정)
76
APP_HOST="${APP_HOST:-$(hostname -I | awk '{print $1}')}" # 현재 서버 IP 기본값

0 commit comments

Comments
 (0)