We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ccb446 commit e331bbcCopy full SHA for e331bbc
.github/workflows/prod-server.yml
@@ -60,7 +60,6 @@ jobs:
60
echo "📋 Checking current NPM configuration... 📋"
61
CURRENT_CONFIG=$(curl -s -H "Authorization: Bearer $TOKEN" \
62
"http://${NPM_HOST}/api/nginx/proxy-hosts/${PROXY_HOST_ID}")
63
- echo "Current Config: $CURRENT_CONFIG"
64
65
CURRENT_TARGET=$(echo $CURRENT_CONFIG | jq -r '.[0].forward_host // .forward_host')
66
CURRENT_PORT=$(echo $CURRENT_CONFIG | jq -r '.[0].forward_port // .forward_port')
0 commit comments