Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tushar5526 authored Jun 7, 2024
1 parent 04048d5 commit 3ac26d2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -140,4 +139,4 @@ jobs:
- name: Deploy to Prod environment
if: github.ref == 'refs/heads/main'
run: echo "Deploying to Kubernetes"
run: echo "Deploying to Kubernetes"

0 comments on commit 3ac26d2

Please sign in to comment.