Skip to content

Commit 0d3f92c

Browse files
committed
Fix firebase project reference in Cloud Build deploy workflow
1 parent 6885672 commit 0d3f92c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloud_build/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ steps:
1212
dart pub get
1313
dart run dash_site build --release
1414
15-
firebase deploy --project=dart-dev --only=hosting
15+
firebase deploy --project=flutter-docs-prod --only=hosting
1616
options:
1717
logging: CLOUD_LOGGING_ONLY

0 commit comments

Comments
 (0)