Fix deprecated “publish” command

pull/136/head
PGSCOM 10 months ago committed by GitHub
parent aeb0d936a7
commit bdeb2e08d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -46,7 +46,7 @@ try {
$ export CLOUDFLARE_ACCOUNT_ID="${accountId}" $ 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( const response = await fetch(

Loading…
Cancel
Save