We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec00d7a commit 2bedcbfCopy full SHA for 2bedcbf
storage/framework/core/actions/src/deploy/index.ts
@@ -35,7 +35,7 @@ await runCommand('bun zip.ts', {
35
36
log.info('Preparing Deployment...')
37
38
-const profile = process.env.AWS_PROFILE || 'stacks'
+const profile = process.env.AWS_PROFILE ?? 'stacks'
39
40
// TODO: ensure we check whether cdk bootstrap needs to be run
41
await runCommand(`bunx cdk deploy --require-approval never --profile="${profile}"`, {
0 commit comments