Skip to content

Commit e331bbc

Browse files
committed
fix : prod-server nginx 정보 출력 제거
1 parent 0ccb446 commit e331bbc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/prod-server.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ jobs:
6060
echo "📋 Checking current NPM configuration... 📋"
6161
CURRENT_CONFIG=$(curl -s -H "Authorization: Bearer $TOKEN" \
6262
"http://${NPM_HOST}/api/nginx/proxy-hosts/${PROXY_HOST_ID}")
63-
echo "Current Config: $CURRENT_CONFIG"
6463
6564
CURRENT_TARGET=$(echo $CURRENT_CONFIG | jq -r '.[0].forward_host // .forward_host')
6665
CURRENT_PORT=$(echo $CURRENT_CONFIG | jq -r '.[0].forward_port // .forward_port')

0 commit comments

Comments
 (0)