|
|
@ -22126,7 +22126,8 @@ try {
|
|
|
|
production_environment: productionEnvironment,
|
|
|
|
production_environment: productionEnvironment,
|
|
|
|
log_url: `https://dash.cloudflare.com/${accountId}/pages/view/${projectName}/${deploymentId}`,
|
|
|
|
log_url: `https://dash.cloudflare.com/${accountId}/pages/view/${projectName}/${deploymentId}`,
|
|
|
|
description: "Cloudflare Pages",
|
|
|
|
description: "Cloudflare Pages",
|
|
|
|
state: "success"
|
|
|
|
state: "success",
|
|
|
|
|
|
|
|
auto_inactive: false
|
|
|
|
});
|
|
|
|
});
|
|
|
|
};
|
|
|
|
};
|
|
|
|
const createJobSummary = async ({ deployment, aliasUrl }) => {
|
|
|
|
const createJobSummary = async ({ deployment, aliasUrl }) => {
|
|
|
|