Skip to content

Commit 2bedcbf

Browse files
committed
chore: wip
1 parent ec00d7a commit 2bedcbf

File tree

1 file changed

+1
-1
lines changed
  • storage/framework/core/actions/src/deploy

1 file changed

+1
-1
lines changed

storage/framework/core/actions/src/deploy/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ await runCommand('bun zip.ts', {
3535

3636
log.info('Preparing Deployment...')
3737

38-
const profile = process.env.AWS_PROFILE || 'stacks'
38+
const profile = process.env.AWS_PROFILE ?? 'stacks'
3939

4040
// TODO: ensure we check whether cdk bootstrap needs to be run
4141
await runCommand(`bunx cdk deploy --require-approval never --profile="${profile}"`, {

0 commit comments

Comments
 (0)