Skip to content

Commit

Permalink
[TM-1273] Minor README update.
Browse files Browse the repository at this point in the history
  • Loading branch information
roguenet committed Oct 22, 2024
1 parent e3d053f commit 0c03663
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,12 @@ Repository for the Microservices API backend of the TerraMatch service
* `NEXT_PUBLIC_API_BASE_URL='http://localhost:4000'`

# Deployment
TBD. The ApiGateway has been tested to be at least functional on AWS. Tooling around deployment will be
handled in a future ticket.
Deployment is handled via manual trigger of GitHub actions. There is one for each service, and one for the ApiGateway. The
ApiGateway only needs to be redeployed if its code changes; it does not need to be redeployed for updates to individual services
to take effect.

Once this project is live in production, we can explore continuous deployment to at least staging and prod envs on the staging
and main branches.

# Database work
For now, Laravel is the source of truth for all things related to the DB schema. As such, TypeORM is not allowed to modify the
Expand Down

0 comments on commit 0c03663

Please sign in to comment.