Skip to content

Commit bd768da

Browse files
Cut PR previews over from Fly to AWS (#649)
Co-authored-by: fangge518 <fangge518@gmail.com>
1 parent 1c71c25 commit bd768da

17 files changed

Lines changed: 732 additions & 512 deletions

File tree

.agents/ARCHITECTURE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,8 @@ Docker Compose with 5 services: `db` (PostGIS), `backend` (Uvicorn), `frontend`
182182

183183
### CI/CD (GitHub Actions)
184184

185-
- `fly-deploy-app.yml` / `fly-deploy-api.yml` - Deploy on push to `main`/`dev`
185+
- `deploy-app.yml` / `deploy-api.yml` - Deploy to AWS (ECS via Pulumi) on push to `main`/`dev`
186+
- `preview.yml` - Label-driven ephemeral PR previews on the dev AWS stack
186187
- `test-backend.yml` - pytest against PostGIS on backend changes
187188

188189
## Key Architectural Decisions

.github/workflows/fly-deploy-api.yml

Lines changed: 0 additions & 58 deletions
This file was deleted.

.github/workflows/fly-deploy-app.yml

Lines changed: 0 additions & 56 deletions
This file was deleted.

0 commit comments

Comments
 (0)