Skip to content

Commit

Permalink
remove PROD stack temporarily for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
aracho1 committed Oct 25, 2024
1 parent 46470cd commit 6e76cb5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions riff-raff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,16 @@ stacks: [mobile]
regions: [eu-west-1]
allowedStages:
- CODE
- PROD
deployments:
json:
type: aws-s3
parameters:
bucketSsmKeyStageParam:
CODE: /CODE/account/services/artifact.bucket.nav
PROD: /account/services/artifact.bucket.nav
CODE: /account/services/artifact.bucket.nav.test
cacheControl: max-age=600
publicReadAcl: false
prefixPackage: false
prefixStack: false
bucketSsmLookup: true
bucketSsmKey: /account/services/artifact.bucket.nav


0 comments on commit 6e76cb5

Please sign in to comment.