Skip to content

Commit

Permalink
chore: deploy high tps master network
Browse files Browse the repository at this point in the history
  • Loading branch information
just-mitch committed Jan 31, 2025
1 parent 7e3a38e commit b6c7c65
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions .github/workflows/nightly-masternet-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,25 @@ jobs:
with:
ref: master
cluster: aztec-gke-private
namespace: masternet
namespace: master-rc-1
values_file: rc-1.yaml
aztec_docker_image: aztecprotocol/aztec@${{ needs.get-latest-commit.outputs.commit }}
deployment_mnemonic_secret_name: testnet-deployment-mnemonic
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:
Expand Down

0 comments on commit b6c7c65

Please sign in to comment.