@@ -89,26 +89,26 @@ jobs:
8989 deploy_command : ' ./k8s/deploy.sh 1 staging staging-sdk-relayer sdk-staging ${GITHUB_REF:10}'
9090
9191
92- # deploy_prod:
93- # needs: [deploy_staging]
94- # # Allow the job to fetch a GitHub ID token
95- # # runs-on: ubuntu-latest
96- # permissions:
97- # id-token: write
98- # contents: read
99- # uses: bcnmy/bundler/.github/workflows/deploy_to_gke.yaml@master
100- # with:
101- # environment: 'prod'
102- # # GCP project where the identity provider is
103- # gcp_project_number: '334188102066'
104- # gcp_project_id: 'biconomy-prod'
105- # gcp_bastion: ''
106- # gcp_bastion_zone: ''
107- # gcp_pool_id: 'github-pool'
108- # gcp_provider_id: 'github-actions-wif-provider'
109- # # SERVICE_ACCOUNT_EMAIL="${SERVICE_ACCOUNT}@${PROJECT}.iam.gserviceaccount.com"
110- # gcp_service_account: 'sa-bundler@workload-identity-e697.iam.gserviceaccount.com'
111- # gcp_cluster_name: 'biconomy-prod'
112- # gcp_cluster_location: 'us-east1'
113- # use_internal_ip: false
114- # deploy_command: './k8s/deploy.sh 2 prod prod-sdk-relayer sdk-prod ${GITHUB_REF:10}'
92+ deploy_prod :
93+ needs : [deploy_staging]
94+ # Allow the job to fetch a GitHub ID token
95+ # runs-on: ubuntu-latest
96+ permissions :
97+ id-token : write
98+ contents : read
99+ uses : bcnmy/bundler/.github/workflows/deploy_to_gke.yaml@master
100+ with :
101+ environment : ' prod'
102+ # GCP project where the identity provider is
103+ gcp_project_number : ' 334188102066'
104+ gcp_project_id : ' biconomy-prod'
105+ gcp_bastion : ' '
106+ gcp_bastion_zone : ' '
107+ gcp_pool_id : ' github-pool'
108+ gcp_provider_id : ' github-actions-wif-provider'
109+ # SERVICE_ACCOUNT_EMAIL="${SERVICE_ACCOUNT}@${PROJECT}.iam.gserviceaccount.com"
110+ gcp_service_account : ' sa-bundler@workload-identity-e697.iam.gserviceaccount.com'
111+ gcp_cluster_name : ' biconomy-prod'
112+ gcp_cluster_location : ' us-east1'
113+ use_internal_ip : false
114+ deploy_command : ' ./k8s/deploy.sh 2 prod prod-sdk-relayer sdk-prod ${GITHUB_REF:10}'
0 commit comments