We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fee424 commit 9509190Copy full SHA for 9509190
.github/workflows/release.yml
@@ -192,4 +192,5 @@ jobs:
192
test -n "${EDGEONE_API_TOKEN}" || { echo "EDGEONE_API_TOKEN is empty"; exit 1; }
193
EDGEONE_API_TOKEN="$(printf '%s' "${EDGEONE_API_TOKEN}" | tr -d '\r\n')"
194
echo "EDGEONE token length: ${#EDGEONE_API_TOKEN}"
195
+ export NODE_OPTIONS="--dns-result-order=ipv4first"
196
npx -y edgeone@1.2.29 pages deploy ./edgeone_dist -n "${EDGEONE_PROJECT_NAME}" -t "${EDGEONE_API_TOKEN}"
0 commit comments