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 ce52b7c commit 21fb9ef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions createEnv.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ if (!stack || !project || !region) {

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

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

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

Expand Down

0 comments on commit 21fb9ef

Please sign in to comment.