|
|
|
@ -22166,7 +22166,7 @@ try {
|
|
|
|
|
(async () => {
|
|
|
|
|
const project = await getProject();
|
|
|
|
|
const productionEnvironment = githubBranch === project.production_branch || branch === project.production_branch;
|
|
|
|
|
const environmentName = `${projectName} (${productionEnvironment ? "Production" : "Preview"})`;
|
|
|
|
|
const environmentName = `${productionEnvironment ? "Production" : "Preview"}`;
|
|
|
|
|
let gitHubDeployment;
|
|
|
|
|
if (gitHubToken && gitHubToken.length) {
|
|
|
|
|
const octokit = (0, import_github.getOctokit)(gitHubToken);
|
|
|
|
|