From 6d115f0d8ccf9cd38763bf1c0988b32a3198639d Mon Sep 17 00:00:00 2001 From: Khanh Nguyen Date: Wed, 3 Jan 2024 19:14:42 -0800 Subject: [PATCH] consolidate into single file --- cloud_build/deploy.yaml | 2 +- cloud_build/scripts/check_links_and_publish.sh | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100755 cloud_build/scripts/check_links_and_publish.sh 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 - -