Skip to content

Commit

Permalink
add backend url
Browse files Browse the repository at this point in the history
  • Loading branch information
codekansas committed Jun 4, 2024
1 parent 9fa142f commit 5af125d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
working-directory: frontend
run: |
echo "REACT_APP_GOOGLE_CLIENT_ID=${{ secrets.GOOGLE_CLIENT_ID }}" >> .env.production
echo "REACT_APP_BACKEND_URL=${{ secrets.BACKEND_URL }}" >> .env.production
- name: Build frontend
run: |
Expand Down

0 comments on commit 5af125d

Please sign in to comment.