Skip to content

Commit 351b567

Browse files
authored
Change deploy project to dart-dev (#5449)
Addresses remaining AI's from #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
1 parent 19c4f7d commit 351b567

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/deploy.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# This GitHub workflow has been disabled and is no longer used.
2+
# Website deploys are now done through Cloud Build.
3+
# See https://github.com/dart-lang/site-www/pull/5447
14
name: deploy
25

36
on:

cloud_build/deploy.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@ steps:
99
set -e
1010
echo "Building the website using a makefile..."
1111
make build
12+
make write-prod-robots
1213
- name: gcr.io/flutter-dev-230821/firebase-ghcli
1314
entrypoint: '/bin/bash'
1415
args:
1516
- '-c'
1617
- |-
17-
firebase deploy --project=flutter-website-staging-349021 --only=hosting
18+
firebase deploy --project=dart-dev --only=hosting
1819
options:
1920
logging: CLOUD_LOGGING_ONLY

0 commit comments

Comments
 (0)