-
Notifications
You must be signed in to change notification settings - Fork 30
feat: add front rendering app #8728
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
72d5d65
feat: add front CODE stack
jamesgorrie c1c3e17
fix: change ELB dns name ssm parameter to something more useful and d…
jamesgorrie 3412638
Merge branch 'main' into front-code-stack
JamieB-gu 5b7b247
AMI parameter name is generated from app name
JamieB-gu de8d923
chore: update AWS stack platform
jamesgorrie 187cc8f
Merge branch 'main' of github.com:guardian/dotcom-rendering into fron…
jamesgorrie 930d040
Merge branch 'main' of github.com:guardian/dotcom-rendering into fron…
jamesgorrie 70db435
update riffraff bundle shape to desired shape
jamesgorrie 7e9434e
feat: add copyApp method to build-riff-raff-bundle
jamesgorrie 64f2adc
feat: add autoscaling task for render-front to riff-raff.yml
jamesgorrie 52fe648
add PROD cfn template
jamesgorrie 0bf8185
fix: rename render-front CFN name front => render-front
jamesgorrie a9231dd
fix: call an app and app not stack
jamesgorrie 1010082
chore: use const over jobs.push
jamesgorrie 148bc66
fix: change render-front id in cdk
jamesgorrie 42580b9
feat: add PROD render-front stack
jamesgorrie 5ccdfc4
fix: spaces not tabs
jamesgorrie dcfaae3
fix: fix parameter store ID for load balancer DNS name
jamesgorrie ae13d20
Merge branch 'main' into front-code-stack
jamesgorrie 109dddc
fix: make app more explicit for rendering app
jamesgorrie bfc8d7c
fix: rename render-front => front-web
jamesgorrie 6ff96a5
fix: change order of when to append `ELB` to load balancer
jamesgorrie 3ed3c0d
chore: rerun snapshot for cdk
jamesgorrie 13d3930
fix: add `-` to cfnFolder
jamesgorrie 776bfaa
Merge branch 'main' into front-code-stack
jamesgorrie 08f0365
add front-web to publish action
jamesgorrie 6e94365
Merge branch 'front-code-stack' of github.com:guardian/dotcom-renderi…
jamesgorrie e29b77e
remove - from cfn folder name
jamesgorrie 0751562
AMIRenderfront => AMIFrontweb
jamesgorrie d9490ef
Merge branch 'main' into front-code-stack
jamesgorrie File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -3,28 +3,48 @@ regions: [eu-west-1] | |||||
allowedStages: | ||||||
- CODE | ||||||
- PROD | ||||||
templates: | ||||||
cloudformation: | ||||||
type: cloud-formation | ||||||
parameters: | ||||||
amiEncrypted: true | ||||||
amiTags: | ||||||
# Keep the Node version in sync with `.nvmrc` | ||||||
Recipe: dotcom-rendering-ARM-jammy-node-18.17.0 | ||||||
AmigoStage: PROD | ||||||
deployments: | ||||||
frontend-cfn: | ||||||
type: cloud-formation | ||||||
template: cloudformation | ||||||
parameters: | ||||||
templateStagePaths: | ||||||
CODE: DotcomRendering-CODE.template.json | ||||||
PROD: DotcomRendering-PROD.template.json | ||||||
cloudFormationStackByTags: false | ||||||
cloudFormationStackName: rendering | ||||||
amiParameter: AMIRendering | ||||||
amiEncrypted: true | ||||||
amiTags: | ||||||
# Keep the Node version in sync with `.nvmrc` | ||||||
Recipe: dotcom-rendering-ARM-jammy-node-18.17.0 | ||||||
AmigoStage: PROD | ||||||
rendering: | ||||||
type: autoscaling | ||||||
parameters: | ||||||
bucketSsmKey: /account/services/dotcom-artifact.bucket | ||||||
dependencies: | ||||||
- frontend-static | ||||||
- frontend-cfn | ||||||
front-web-cfn: | ||||||
template: cloudformation | ||||||
parameters: | ||||||
templateStagePaths: | ||||||
CODE: DotcomRendering-front-web-CODE.template.json | ||||||
PROD: DotcomRendering-front-web-PROD.template.json | ||||||
cloudFormationStackByTags: false | ||||||
cloudFormationStackName: front-web | ||||||
amiParameter: AMIFrontweb | ||||||
front-web: | ||||||
type: autoscaling | ||||||
parameters: | ||||||
bucketSsmKey: /account/services/dotcom-artifact.bucket | ||||||
dependencies: | ||||||
- frontend-static | ||||||
- frontend-cfn | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think we want to depend on the
Suggested change
|
||||||
frontend-static: | ||||||
type: aws-s3 | ||||||
parameters: | ||||||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.