From 3ac26d25307cad127a34ea4ea853f85ea1ef74f2 Mon Sep 17 00:00:00 2001 From: Tushar <30565750+tushar5526@users.noreply.github.com> Date: Fri, 7 Jun 2024 14:20:01 +0530 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 815f47944..44d69a4f3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -82,7 +82,6 @@ jobs: - name: Read Secrets run: | echo "API_BASE_URL=${API_BASE_URL}" >> .env - echo "SUPABASE_KEY=${SUPABASE_KEY}" >> .env echo "API_AUTH_KEY=${API_AUTH_KEY}" >> .env mv .env ${{ env.DOT_ENV_FILE_NAME }} @@ -140,4 +139,4 @@ jobs: - name: Deploy to Prod environment if: github.ref == 'refs/heads/main' - run: echo "Deploying to Kubernetes" \ No newline at end of file + run: echo "Deploying to Kubernetes"