Skip to content

Commit

Permalink
ci(dev): try this
Browse files Browse the repository at this point in the history
  • Loading branch information
s4nt14go committed Sep 20, 2023
1 parent 5d0177d commit 5f843f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions createEnv.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// Run it with stack name: STACK=MyStack zx createEnv.mjs
const stack = process.env.STACK;
if (!stack) throw new Error(`STACK env var should exist`);
await $`ls -a`
const sst = require(`./.build/sst-merged.json`)
const { stage, name: project, region } = sst;

Expand Down

0 comments on commit 5f843f1

Please sign in to comment.