feat(cicd): add AWS ECS deploy pipeline for dev environment#1
Merged
Conversation
Install OIDC-based GitHub Actions workflows, CDK bootstrap assets, and .cicd configuration for us-east-1 dev deployments via ECS Fargate. Co-authored-by: Cursor <cursoragent@cursor.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
us-east-1, including GitHub Actions workflows,.cicdconfiguration, and CDK bootstrap assets targeting ECS Fargate.Scope
ci,release,cdk-bootstrap,deploy-ecs,cost-estimate),.cicd/project.yamlwith backend/frontend service commands, Alembic database metadata,.cicd/env/dev.yaml, CDK bootstrap stack files, rollback runbook, and.gitignoreentry for.cicd/.cache/.skill/directory.Implementation notes (optional)
ecs-fargatefor the full-stack compose layout (PostgreSQL + backend + frontend).deploy-staging.yml/deploy-production.ymlare unchanged and coexist with the new AWS path.Pre-merge review
ci.ymloverlaps existing backend test workflow; validate Docker Compose availability on runners after merge.How to review
.cicd/project.yaml,.cicd/env/dev.yaml,.github/workflows/release.yml,.github/workflows/deploy-ecs.ymlTest plan
ciworkflow runs for backend and frontend matrix jobscdk-bootstrap→release(backend-only) →deploy-ecswith dev inputstest-backend.ymland legacy deploy workflows still pass on unrelated changesDocs & design
.cicd/secrets/README.mdand.cicd/runbooks/rollback.md.