Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
codekansas committed Aug 16, 2024
1 parent 906daee commit 6f247b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Write .env.production
working-directory: frontend
env:
BACKEND_URL: ${{ secrets.BACKEND_URL }}
BACKEND_URL: ${{ env.BACKEND_URL }}
run: |
echo "VITE_APP_BACKEND_URL=${BACKEND_URL}" >> .env.production
Expand Down

0 comments on commit 6f247b5

Please sign in to comment.