Skip to content

Commit

Permalink
chore: Disable exp-2 from nightly deployments (#11880)
Browse files Browse the repository at this point in the history
This PR simply disables the exp-2 configuration from the nightly
deployments
  • Loading branch information
PhilWindle authored Feb 10, 2025
1 parent fff0f04 commit bc42b60
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/nightly-masternet-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,17 @@ jobs:
secrets:
GCP_SA_KEY: ${{ secrets.GCP_SA_KEY }}

deploy-network-exp:
needs: get-latest-commit
uses: ./.github/workflows/network-deploy.yml
with:
ref: master
cluster: aztec-gke-private
namespace: master-exp-2
values_file: exp-2.yaml
aztec_docker_image: aztecprotocol/aztec@${{ needs.get-latest-commit.outputs.commit }}
deployment_mnemonic_secret_name: junk-mnemonic
respect_tf_lock: "false"
run_terraform_destroy: "true"
secrets:
GCP_SA_KEY: ${{ secrets.GCP_SA_KEY }}
# deploy-network-exp:
# needs: get-latest-commit
# uses: ./.github/workflows/network-deploy.yml
# with:
# ref: master
# cluster: aztec-gke-private
# namespace: master-exp-2
# values_file: exp-2.yaml
# aztec_docker_image: aztecprotocol/aztec@${{ needs.get-latest-commit.outputs.commit }}
# deployment_mnemonic_secret_name: junk-mnemonic
# respect_tf_lock: "false"
# run_terraform_destroy: "true"
# secrets:
# GCP_SA_KEY: ${{ secrets.GCP_SA_KEY }}

0 comments on commit bc42b60

Please sign in to comment.