Skip to content

Commit

Permalink
fix: why is environment url not showing up
Browse files Browse the repository at this point in the history
  • Loading branch information
ap0nia committed Jul 10, 2023
1 parent e054abd commit eb55ad0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/ant-stack/src/cli/commands/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ async function createDeploymentStatuses() {
description: "Deployment succeeded",
environment_url: `https://staging-${{ PR_NUM }}.api-next.peterportal.org`,
auto_inactive: false,
environment: "staging",
});

await octokit.rest.repos.createDeploymentStatus({
Expand All @@ -68,6 +67,5 @@ async function createDeploymentStatuses() {
description: "Deployment succeeded",
environment_url: `https://staging-${{ PR_NUM }}-docs.api-next.peterportal.org`,
auto_inactive: false,
environment: "staging",
});
}

0 comments on commit eb55ad0

Please sign in to comment.