Commit bc42b60 1 parent fff0f04 commit bc42b60 Copy full SHA for bc42b60
File tree 1 file changed +14
-14
lines changed
1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -38,17 +38,17 @@ jobs:
38
38
secrets :
39
39
GCP_SA_KEY : ${{ secrets.GCP_SA_KEY }}
40
40
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 }}
You can’t perform that action at this time.
0 commit comments