From c8ff8441f94735518877490c9ce326a2bfeed4d0 Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Tue, 9 Dec 2025 09:05:36 +0800 Subject: [PATCH] refactor: relocate workflows + update GCP bootstrap config --- .../app-pipeline-check-ssl-cert-expiry.yml | 0 .../app-pipeline-renew-node-ssl-certs.yml | 0 .../{workflows => actions}/app-pipeline-renew-ssl-cert.yml | 0 .../iac-pipeline-infrastructure-monitor-server.yml | 0 .../gcp-cloud/config/accounts/bootstrap.yaml | 4 ++-- 5 files changed, 2 insertions(+), 2 deletions(-) rename .github/{workflows => actions}/app-pipeline-check-ssl-cert-expiry.yml (100%) rename .github/{workflows => actions}/app-pipeline-renew-node-ssl-certs.yml (100%) rename .github/{workflows => actions}/app-pipeline-renew-ssl-cert.yml (100%) rename .github/{workflows => actions}/iac-pipeline-infrastructure-monitor-server.yml (100%) diff --git a/.github/workflows/app-pipeline-check-ssl-cert-expiry.yml b/.github/actions/app-pipeline-check-ssl-cert-expiry.yml similarity index 100% rename from .github/workflows/app-pipeline-check-ssl-cert-expiry.yml rename to .github/actions/app-pipeline-check-ssl-cert-expiry.yml diff --git a/.github/workflows/app-pipeline-renew-node-ssl-certs.yml b/.github/actions/app-pipeline-renew-node-ssl-certs.yml similarity index 100% rename from .github/workflows/app-pipeline-renew-node-ssl-certs.yml rename to .github/actions/app-pipeline-renew-node-ssl-certs.yml diff --git a/.github/workflows/app-pipeline-renew-ssl-cert.yml b/.github/actions/app-pipeline-renew-ssl-cert.yml similarity index 100% rename from .github/workflows/app-pipeline-renew-ssl-cert.yml rename to .github/actions/app-pipeline-renew-ssl-cert.yml diff --git a/.github/workflows/iac-pipeline-infrastructure-monitor-server.yml b/.github/actions/iac-pipeline-infrastructure-monitor-server.yml similarity index 100% rename from .github/workflows/iac-pipeline-infrastructure-monitor-server.yml rename to .github/actions/iac-pipeline-infrastructure-monitor-server.yml diff --git a/iac-template/terraform-hcl-standard/gcp-cloud/config/accounts/bootstrap.yaml b/iac-template/terraform-hcl-standard/gcp-cloud/config/accounts/bootstrap.yaml index 9893ca67..fee3da1e 100644 --- a/iac-template/terraform-hcl-standard/gcp-cloud/config/accounts/bootstrap.yaml +++ b/iac-template/terraform-hcl-standard/gcp-cloud/config/accounts/bootstrap.yaml @@ -1,8 +1,8 @@ -project_id: "modern-app-bootstrap" +project_id: "xzerolab" environment: bootstrap state: - bucket_name: svc-plus-iac-state + bucket_name: svc-plus-gcp-iac-state bucket_location: US firestore_location: us-central