From 2913ce187ef061a83c9a9320063a80268d7cfa98 Mon Sep 17 00:00:00 2001 From: Safewaan Date: Tue, 25 Jul 2023 19:32:28 -0400 Subject: [PATCH] force front-end deploy with new key --- .github/workflows/firebase-hosting-merge.yml | 1 - {backend => frontend}/delete.txt | 0 2 files changed, 1 deletion(-) rename {backend => frontend}/delete.txt (100%) diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index 3bc99c4e..53c3d3b3 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -20,7 +20,6 @@ jobs: steps: - uses: actions/checkout@v2 - run: echo "REACT_APP_BACKEND_URL=${{ secrets.DEV_BACKEND_URL }}" > .env - - run: echo "REACT_APP_OAUTH_CLIENT_ID=${{ secrets.DEV_OAUTH_CLIENT_ID }}" >> .env - run: rm -rf node_modules && yarn install --frozen-lockfile && yarn build - uses: FirebaseExtended/action-hosting-deploy@v0 with: diff --git a/backend/delete.txt b/frontend/delete.txt similarity index 100% rename from backend/delete.txt rename to frontend/delete.txt