Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions .github/workflows/trigger-staging-deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# SPDX-License-Identifier: Apache-2.0

name: Trigger Staging on Deploy Change

on:
push:
branches: [deploy]
paths:
- clusters/mainnet-staging-na/mainnet-citus/helmrelease.yaml

permissions:
id-token: write
contents: read

jobs:
run-reusable-copy:
uses: hiero-ledger/hiero-mirror-node/.github/workflows/copy-stackgres-cluster.yml@main
with:
source_cluster_location: "us-central1"
source_cluster_name: "mainnet-na"
source_project: "prod"
target_cluster_location: "us-central1"
target_cluster_name: "mainnet-staging-na"
target_default_pool: "mainnet-staging-na"
target_project: "nonprod"
teardown_target: true
secrets:
GH_ACTIONS_KUBECTL_MAIN_PROJECT_ID: ${{ secrets.GH_ACTIONS_KUBECTL_MAIN_PROJECT_ID }}
GH_ACTIONS_KUBECTL_GCP_SERVICE_ACCOUNT: ${{ secrets.GH_ACTIONS_KUBECTL_GCP_SERVICE_ACCOUNT }}
GH_ACTIONS_KUBECTL_STAGING_PROJECT_ID: ${{ secrets.GH_ACTIONS_KUBECTL_STAGING_PROJECT_ID }}
GH_ACTIONS_KUBECTL_WORKLOAD_ID_PROVIDER: ${{ secrets.GH_ACTIONS_KUBECTL_WORKLOAD_ID_PROVIDER }}
2 changes: 1 addition & 1 deletion clusters/mainnet-staging-na/mainnet-citus/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ spec:
acceptance:
network: MAINNET
cucumberTags: "@critical"
enabled: true
enabled: false
web3:
env:
HIERO_MIRROR_WEB3_EVM_NETWORK: MAINNET
Expand Down