Skip to content

Commit

Permalink
fix: unset AWS profile only in CI mode
Browse files Browse the repository at this point in the history
  • Loading branch information
fastner committed Jul 23, 2024
1 parent f6cd2e0 commit 89ee76e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sst.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default $config({
// You need aws_access_key_id and aws_secret_access_key of an account that
// can write to the stack.
// We currently ignore stage and always use PROD profile.
// profile: "sebastiansoftwarede"
profile: process.env.CI ? undefined : "sebastiansoftwarede"
},
cloudflare: true
}
Expand Down

0 comments on commit 89ee76e

Please sign in to comment.