Skip to content

Commit

Permalink
removing
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonypetersen committed May 21, 2024
1 parent 2749876 commit 64ed92e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions config/stage/cloudbuild2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ steps:
- name: 'gcr.io/cloud-builders/gcloud'
args: ['functions', 'add-iam-policy-binding', 'getFilteredParticipants', '--member=allUsers', '--role=${_ROLE}']
- name: 'gcr.io/cloud-builders/gcloud'
args: ['functions', 'deploy', 'app', '--trigger-http', '--runtime=${_RUNTIME}', '--vpc-connector=${_CONNECTOR}', '--timeout=240s', '--memory=1024MB', '--source=${_SOURCE}', '--env-vars-file=config/stage/.env.yaml']
args: ['functions', 'deploy', 'app', '--trigger-http', '--runtime=${_RUNTIME}', '--timeout=240s', '--memory=1024MB', '--source=${_SOURCE}', '--env-vars-file=config/stage/.env.yaml']
- name: 'gcr.io/cloud-builders/gcloud'
args: ['functions', 'add-iam-policy-binding', 'app', '--member=allUsers', '--role=${_ROLE}']
- name: 'gcr.io/cloud-builders/gcloud'
Expand All @@ -25,5 +25,4 @@ substitutions:
_ROLE: roles/cloudfunctions.invoker
_RESOURCE: myconnect_firestore_backup_stage
_EVENT: google.storage.object.finalize
_TOPIC: Daily-Notifications-Backup
_CONNECTOR: dceg-stage-connector
_TOPIC: Daily-Notifications-Backup

0 comments on commit 64ed92e

Please sign in to comment.