You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deployment/live/gcp/ci/README.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
## Overview
4
4
5
5
This config uses the [gcp/conformance](/deployment/modules/gcp/conformance) module to
6
-
define a CI environment to run the SCTFE, backed by Trillian Tessera.
6
+
define a CI environment to run the SCTFE on Cloud Run, backed by Trillian Tessera.
7
7
8
8
At a high level, this environment consists of:
9
9
- One Spanner instance with two databases:
@@ -13,6 +13,10 @@ At a high level, this environment consists of:
13
13
- Secret Manager
14
14
- Cloud Run
15
15
16
+
### Automatic Deployment
17
+
18
+
This GCP SCTFE conformance CI environment is designed to be deployed by the Cloud Build ([Terraform module](/deployment/modules/gcp/cloudbuild/), [Terragrunt configuration](/deployment/live/gcp/cloudbuild/prod/)).
19
+
16
20
### Manual Deployment
17
21
18
22
First authenticate via `gcloud` as a principle with sufficient ACLs for
0 commit comments