Commit a5788ff
committed
Add Cloud Build configuration for Docker image build and deployment
- Introduced a new cloudbuild.yaml file to automate the Docker image build and deployment process.
- Configured steps to build the Docker image from the specified Dockerfile and push it to Google Container Registry.
- Added deployment step to Google Cloud Run for the stack-backend-staging service using the built image.
These changes facilitate continuous integration and deployment for the backend service.1 parent a10b0f1 commit a5788ff
1 file changed
Lines changed: 24 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
0 commit comments