Skip to content

Commit 4da8d07

Browse files
committed
Fix: extend firebase hosting
1 parent 483f33b commit 4da8d07

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

cloudbuild.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,7 @@ steps:
2121
'--allow-unauthenticated',
2222
'--platform=managed',
2323
'--image=gcr.io/${_PROJECT}/github.com/${_ACCOUNT}/${_IMAGE}:$SHORT_SHA' ]
24+
25+
- id: 'firebase hosting'
26+
name: 'gcr.io/cloud-builders/firebase'
27+
args: [ 'deploy', '--project=${_PROJECT}', '--only=hosting' ]

public/assets/images/gcp.drawio.png

-218 Bytes
Loading

0 commit comments

Comments
 (0)