Skip to content

Commit

Permalink
(docs) fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Alexandre35 committed Nov 2, 2024
1 parent e99372d commit fe2e9d2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,9 @@ terraform init
terraform plan -var-file="prod.tfvars"
terraform apply -var-file="prod.tfvars"
```

Backend

- Artifact Registry: This will store your Docker image, making it accessible for Cloud Run deployment.
- Cloud Run: This service will host your Dockerized Python backend.
- Cloud Build Permissions: Enable Cloud Build to deploy images from Artifact Registry to Cloud Run.

0 comments on commit fe2e9d2

Please sign in to comment.