Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change deploy project to dart-dev #5449

Merged
merged 3 commits into from
Jan 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# This GitHub workflow has been disabled and is no longer used.
# Website deploys are now done through Cloud Build.
# See https://github.com/dart-lang/site-www/pull/5447
parlough marked this conversation as resolved.
Show resolved Hide resolved
name: deploy

on:
Expand Down
3 changes: 2 additions & 1 deletion cloud_build/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ steps:
set -e
echo "Building the website using a makefile..."
make build
make write-prod-robots
- name: gcr.io/flutter-dev-230821/firebase-ghcli
entrypoint: '/bin/bash'
args:
- '-c'
- |-
firebase deploy --project=flutter-website-staging-349021 --only=hosting
firebase deploy --project=dart-dev --only=hosting
options:
logging: CLOUD_LOGGING_ONLY