Skip to content

Commit bc42b60

Browse files
authored
chore: Disable exp-2 from nightly deployments (#11880)
This PR simply disables the exp-2 configuration from the nightly deployments
1 parent fff0f04 commit bc42b60

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/workflows/nightly-masternet-deploy.yml

+14-14
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,17 @@ jobs:
3838
secrets:
3939
GCP_SA_KEY: ${{ secrets.GCP_SA_KEY }}
4040

41-
deploy-network-exp:
42-
needs: get-latest-commit
43-
uses: ./.github/workflows/network-deploy.yml
44-
with:
45-
ref: master
46-
cluster: aztec-gke-private
47-
namespace: master-exp-2
48-
values_file: exp-2.yaml
49-
aztec_docker_image: aztecprotocol/aztec@${{ needs.get-latest-commit.outputs.commit }}
50-
deployment_mnemonic_secret_name: junk-mnemonic
51-
respect_tf_lock: "false"
52-
run_terraform_destroy: "true"
53-
secrets:
54-
GCP_SA_KEY: ${{ secrets.GCP_SA_KEY }}
41+
# deploy-network-exp:
42+
# needs: get-latest-commit
43+
# uses: ./.github/workflows/network-deploy.yml
44+
# with:
45+
# ref: master
46+
# cluster: aztec-gke-private
47+
# namespace: master-exp-2
48+
# values_file: exp-2.yaml
49+
# aztec_docker_image: aztecprotocol/aztec@${{ needs.get-latest-commit.outputs.commit }}
50+
# deployment_mnemonic_secret_name: junk-mnemonic
51+
# respect_tf_lock: "false"
52+
# run_terraform_destroy: "true"
53+
# secrets:
54+
# GCP_SA_KEY: ${{ secrets.GCP_SA_KEY }}

0 commit comments

Comments
 (0)