diff --git a/cloud_build/deploy.yaml b/cloud_build/deploy.yaml index e56d65a56b..9f9d265b6b 100644 --- a/cloud_build/deploy.yaml +++ b/cloud_build/deploy.yaml @@ -14,6 +14,6 @@ steps: args: - '-c' - |- - cloud_build/scripts/check_links_and_publish.sh + firebase deploy --project=flutter-website-staging-349021 --only=hosting options: logging: CLOUD_LOGGING_ONLY \ No newline at end of file diff --git a/cloud_build/scripts/check_links_and_publish.sh b/cloud_build/scripts/check_links_and_publish.sh deleted file mode 100755 index bab70d56cb..0000000000 --- a/cloud_build/scripts/check_links_and_publish.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash -set -e - -# Deploy to Firebase hosting -firebase deploy --project=flutter-website-staging --only=hosting - -