-
Notifications
You must be signed in to change notification settings - Fork 87
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
feat: setup-staging-alt3-ghactions #8025
base: develop
Are you sure you want to change the base?
Conversation
Datadog ReportBranch report: ✅ 0 Failed, 3153 Passed, 1 Skipped, 6m 58.56s Total Time |
"name": "formsg-app", | ||
"essential": true, | ||
"command": "/bin/sh -c \"./generate-env-from-ecs-params.sh && npm start\"", | ||
"portMappings": [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
to config the port mappings, ecs task and execution role etc
file: Dockerfile.production | ||
push: true | ||
tags: | | ||
${{ steps.login-ecr.outputs.registry }}/${{ env.ECR_REPOSITORY }}:${{ env.IMAGE_TAG }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
to configure the s3 bucket image upload, static file upload and check if any dd config is still needed.
also, ensure that able to push to ECR
Problem
We want to set up staging-alt3 with IaC and ECS.
Closes FRM-1926
Solution
Define GH actions to deploy pushes to staging-alt3 to infra. This is step 2 of the implementation strategy.