|
|
@ -16124,7 +16124,7 @@ try {
|
|
|
|
$ export CLOUDFLARE_ACCOUNT_ID="${accountId}"
|
|
|
|
$ export CLOUDFLARE_ACCOUNT_ID="${accountId}"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
if ${environment} {
|
|
|
|
if ${branch} {
|
|
|
|
$$ npx wrangler@2 pages publish "${directory}" --project-name="${projectName}" --branch="${branch}"
|
|
|
|
$$ npx wrangler@2 pages publish "${directory}" --project-name="${projectName}" --branch="${branch}"
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
$$ npx wrangler@2 pages publish "${directory}" --project-name="${projectName}"
|
|
|
|
$$ npx wrangler@2 pages publish "${directory}" --project-name="${projectName}"
|
|
|
|