Ensure that existing GitHub deployments do not become inactive (#49)

This commit is contained in:
Mitchell Kutchuk 2023-03-09 01:16:57 -05:00 committed by GitHub
parent 0fc25c3c28
commit 1631a1483b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -22126,7 +22126,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 }) => {

View file

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