Skip to content

Commit

Permalink
Change deploy project to dart-dev (dart-lang#5449)
Browse files Browse the repository at this point in the history
Addresses remaining AI's from dart-lang#5447.

- [x] Swapped out deploy project to `dart-dev`
- [x] I've manually disabled the [deploy.yaml GitHub
action](https://github.com/dart-lang/site-www/blob/main/.github/workflows/deploy.yml)
workflow from the "Actions" menu.
- [x] Updated the Cloud Build trigger to go off on push to `main` branch
  • Loading branch information
khanhnwin authored and atsansone committed Jan 26, 2024
1 parent c2ce8d7 commit e772725
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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
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

0 comments on commit e772725

Please sign in to comment.