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 21fb9ef commit f54b10a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions createEnv.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ if (!stack || !project || !region) {
throw new Error(`Mandatory env var is missing`);
}

const stage = fs.readFileSync('./.sst/stage');

await $`ls -a`
await $`ls .sst`
await $`printenv`

const stage = fs.readFileSync('./.sst/stage');

await $`aws cloudformation describe-stack-resources \
--stack-name ${stage}-${project}-${stack} > deployed.json`

Expand Down

0 comments on commit f54b10a

Please sign in to comment.