Skip to content

Commit

Permalink
feat: it works!
Browse files Browse the repository at this point in the history
  • Loading branch information
ap0nia committed Jul 16, 2023
1 parent 378b650 commit 331a901
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions ant.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ export default function main() {
});

consola.info("ℹ️ API deployment status: ", apiDeploymentStatus.data);
consola.info("ℹ️ Docs deployment status: ", docsDeploymentStatus.data);

await octokit.rest.issues.createComment({
owner,
Expand Down
2 changes: 2 additions & 0 deletions packages/ant-stack/src/cli/commands/destroy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ const app = `tsx ${appEntry}`;
const cdkCommand = ["cdk", "destroy", "--app", app, "*", "--require-approval", "never"];

export async function destroy(app?: App) {
app;

const cfnClient = new CloudFormationClient({});

const GITHUB_TOKEN = process.env.GITHUB_TOKEN ?? core.getInput("GITHUB_TOKEN");
Expand Down

0 comments on commit 331a901

Please sign in to comment.