File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
live/gcp/static-ct-staging/cloudbuild/tesseract
modules/gcp/artifactregistry Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ This directory contains terragrunt files to configure our Cloud Build pipeline(s
5
5
The Cloud Build pipeline is triggered when a commit in the repo is tagged with
6
6
` ^staging-deploy-(.+)$ ` and is responsible for:
7
7
8
- 1 . Building the ` cmd/gcp ` and ` cmd/gcp/staging ` docker images from the last commit with a ` ^staging-deploy-(.+)$ ` tag,
9
- 1 . Update [ staging logs'] ( /deployment/live/gcp/static-ct-staging/logs/ ) Cloud Run service with the latest docker image,
8
+ 1 . Building the ` cmd/gcp ` and ` cmd/gcp/staging ` Docker images from the last commit with a ` ^staging-deploy-(.+)$ ` tag,
9
+ 1 . Update [ staging logs'] ( /deployment/live/gcp/static-ct-staging/logs/ ) Cloud Run service with the latest Docker image,
10
10
1 . Update [ staging logs'] ( /deployment/live/gcp/static-ct-staging/logs/ ) infrastructure with the latest Terraform config.
11
11
12
12
## Initial setup
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ resource "google_project_service" "artifact_registry_api" {
17
17
resource "google_artifact_registry_repository" "docker" {
18
18
repository_id = " docker-${ var . docker_env } "
19
19
location = var. location
20
- description = " Static CT docker images"
20
+ description = " Static CT Docker images"
21
21
format = " DOCKER"
22
22
depends_on = [
23
23
google_project_service . artifact_registry_api ,
You can’t perform that action at this time.
0 commit comments