wrangler pages publish => wrangler pages deploy

refs https://github.com/cloudflare/wrangler-action/issues/275
pull/134/head
Brendan Irvine-Broque 12 months ago committed by GitHub
parent aeb0d936a7
commit 3f85a74173
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -46,7 +46,7 @@ try {
$ export CLOUDFLARE_ACCOUNT_ID="${accountId}"
}
$$ npx wrangler@${wranglerVersion} pages publish "${directory}" --project-name="${projectName}" --branch="${branch}"
$$ npx wrangler@${wranglerVersion} pages deploy "${directory}" --project-name="${projectName}" --branch="${branch}"
`;
const response = await fetch(

Loading…
Cancel
Save