Skip to content

Commit 04e57f9

Browse files
committed
chore[infra]: env파일 생성
1 parent a39caa8 commit 04e57f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI-CD_Pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ jobs:
382382
# ---------------------------------------------------------
383383
# 6) 업스트림 전환 (forward_host/forward_port만 업데이트)
384384
# ---------------------------------------------------------
385-
NEW_CFG=$(jq -n --arg host "${GREEN}" --argjson port ${PORT_IN} '{forward_host:$host, forward_port:$port}')
385+
NEW_CFG=$(jq -n --arg host "${GREEN}" --argjson port ${PORT_IN} '{forward_host:$host, forward_port:$port, forward_scheme:"http"}')
386386
curl -s -X PUT "http://127.0.0.1:81/api/nginx/proxy-hosts/${PROXY_ID}" \
387387
-H "Authorization: Bearer ${TOKEN}" \
388388
-H "Content-Type: application/json" \

0 commit comments

Comments
 (0)