Description
Automated build, test, and deploy pipeline via GitHub Actions.
Workflows
ci.yml — On PR: lint, type-check, test
deploy-infra.yml — On merge to main: deploy infra changes
deploy-app.yml — On merge to main: build and deploy app
teardown.yml — Manual trigger: tear down environment
Acceptance criteria
Description
Automated build, test, and deploy pipeline via GitHub Actions.
Workflows
ci.yml— On PR: lint, type-check, testdeploy-infra.yml— On merge to main: deploy infra changesdeploy-app.yml— On merge to main: build and deploy appteardown.yml— Manual trigger: tear down environmentAcceptance criteria