|
|
@ -22141,14 +22141,12 @@ try {
|
|
|
|
} else if (deployStage?.status === "failure") {
|
|
|
|
} else if (deployStage?.status === "failure") {
|
|
|
|
status = "\u{1F6AB} Deployment failed";
|
|
|
|
status = "\u{1F6AB} Deployment failed";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
await import_core.summary.addHeading(
|
|
|
|
await import_core.summary.addHeading("Deploying with Cloudflare Pages").addRaw(`
|
|
|
|
"Deploying with Cloudflare Pages"
|
|
|
|
| **Last commit:** | \`${deployment.deployment_trigger.metadata.commit_hash.substring(0, 8)}\` |
|
|
|
|
).addTable([
|
|
|
|
| **Status**: | ${status} |
|
|
|
|
["**Last commit:**", `\`${deployment.deployment_trigger.metadata.commit_hash.substring(0, 8)}\``],
|
|
|
|
| **Preview URL**: | ${deployment.url} |
|
|
|
|
["**Status:**", ""],
|
|
|
|
| **Branch Preview URL**: | ${aliasUrl} |
|
|
|
|
["**Preview URL**:", deployment.url],
|
|
|
|
`).addLink("Preview URL", deployment.url).write();
|
|
|
|
["**Branch Preview URL**:", aliasUrl]
|
|
|
|
|
|
|
|
]).addLink("Preview URL", deployment.url).write();
|
|
|
|
|
|
|
|
};
|
|
|
|
};
|
|
|
|
(async () => {
|
|
|
|
(async () => {
|
|
|
|
const project = await getProject();
|
|
|
|
const project = await getProject();
|
|
|
|