Ensure that existing GitHub deployments do not become inactive

pull/49/head
Mitchell Kutchuk 2 years ago
parent 1aff065c9e
commit c1041dd674
No known key found for this signature in database
GPG Key ID: A8B136FF7803BC33

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

@ -89,6 +89,7 @@ try {
log_url: `https://dash.cloudflare.com/${accountId}/pages/view/${projectName}/${deploymentId}`,
description: "Cloudflare Pages",
state: "success",
auto_inactive: false
});
};

Loading…
Cancel
Save