Skip to content

Commit

Permalink
update cloudbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcibotari committed Sep 24, 2024
1 parent 1d4e896 commit 479b395
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ steps:
# deploy to firebase
- name: gcr.io/$PROJECT_ID/firebase
id: 'firebase-deploy'
args: ['deploy', '--project=$PROJECT_ID', '--only=hosting,functions,storage,firestore', '--force']
args: ['deploy', '--project=$PROJECT_ID', '--only=hosting,functions,storage,firestore', '--force', '--binary-authorization=default']
- name: 'gcr.io/cloud-builders/gsutil'
id: 'gsutil-cors'
args: ['cors', 'set', 'cors.json', 'gs://${_LOCALESS_FIREBASE_STORAGE_BUCKET}']
32 changes: 16 additions & 16 deletions functions/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"cors": "^2.8.5",
"express": "^4.21.0",
"firebase-admin": "^12.5.0",
"firebase-functions": "^5.1.1",
"firebase-functions": "^6.0.1",
"sharp": "^0.33.5",
"stripe": "^16.12.0",
"uuid": "^10.0.0",
Expand Down

0 comments on commit 479b395

Please sign in to comment.