Skip to content

Commit

Permalink
Use firebase-ghcli to make all firebase deploys use the same containe…
Browse files Browse the repository at this point in the history
…r image
  • Loading branch information
khanhnwin committed Jan 4, 2024
1 parent 6d115f0 commit 399fd34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud_build/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ steps:
set -e
echo "Building the website using a makefile..."
make build
- name: gcr.io/flutter-dev-230821/firebase-staging
- name: gcr.io/flutter-dev-230821/firebase-ghcli
entrypoint: '/bin/bash'
args:
- '-c'
Expand Down

0 comments on commit 399fd34

Please sign in to comment.