From 7b5808d8a0b931e5b9da003897fcf15aadf1e02d Mon Sep 17 00:00:00 2001 From: Jeremy Shore Date: Wed, 18 Oct 2023 21:54:25 -0700 Subject: [PATCH] Only deploy hosting in github action --- .github/workflows/windycity-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windycity-deploy.yml b/.github/workflows/windycity-deploy.yml index b8f061f..f0f673f 100644 --- a/.github/workflows/windycity-deploy.yml +++ b/.github/workflows/windycity-deploy.yml @@ -25,4 +25,4 @@ jobs: DELOREAN_EVENT_ID: 729485088537 - run: firebase use default - - run: firebase deploy \ No newline at end of file + - run: firebase deploy --only hosting \ No newline at end of file