Skip to content

Commit ab45029

Browse files
committed
rename staging dir to arche2025h1
# Conflicts: # deployment/live/gcp/static-ct-staging/cloudbuild/arche2025h1/terragrunt.hcl # Conflicts: # deployment/live/gcp/static-ct-staging/cloudbuild/arche2025h1/terragrunt.hcl
1 parent ffc20bd commit ab45029

File tree

6 files changed

+22
-40
lines changed

6 files changed

+22
-40
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
terraform {
2+
source = "${get_repo_root()}/deployment/modules/gcp//cloudbuild/preloaded"
3+
}
4+
5+
locals {
6+
env = get_env("GOOGLE_ENV", "staging")
7+
docker_env = get_env("GOOGLE_ENV", "staging")
8+
project_id = get_env("GOOGLE_PROJECT", "static-ct-staging")
9+
location = get_env("GOOGLE_REGION", "us-central1")
10+
github_owner = get_env("GITHUB_OWNER", "transparency-dev")
11+
}
12+
13+
include "root" {
14+
path = find_in_parent_folders()
15+
expose = true
16+
}
17+
18+
inputs = merge(
19+
local,
20+
include.root.locals,
21+
)

deployment/live/gcp/static-ct-staging/cloudbuild/staging/terragrunt.hcl

Lines changed: 0 additions & 13 deletions
This file was deleted.

deployment/live/gcp/static-ct-staging/cloudbuild/terragrunt.hcl

Lines changed: 0 additions & 26 deletions
This file was deleted.

deployment/live/gcp/static-ct-staging/logs/arche2025h1/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ awk \
2525

2626

2727
### Automatic Deployment
28-
This GCP SCTFE preloaded staging environment is designed to be deployed by the Cloud Build ([Terraform module](/deployment/modules/gcp/cloudbuild/preloaded/), [Terragrunt configuration](/deployment/live/gcp/static-ct-staging/cloudbuild/staging/)).
28+
This GCP SCTFE preloaded staging environment is designed to be deployed by the Cloud Build ([Terraform module](/deployment/modules/gcp/cloudbuild/preloaded/), [Terragrunt configuration](/deployment/live/gcp/static-ct-staging/cloudbuild/arche2025h1/)).
2929

3030
### Manual Deployment
3131
TODO(phboneff): come back to this, Cloud Run doesn't trigger a deployment if the tag does not change value.

0 commit comments

Comments
 (0)