Skip to content

Commit

Permalink
feat: back to secrets.BACKEND_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
bodobraegger committed Nov 21, 2024
1 parent 1c8289b commit 51e3b91
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,8 +82,7 @@ jobs:
runs-on: ubuntu-latest
env:
REACT_APP_PUBLIC_URL: /
# update ${{ secrets.BACKEND_URL }} !!!
BACKEND_URL: https://api.thilo.scouts.ch/
BACKEND_URL: ${{ secrets.BACKEND_URL }}

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 51e3b91

Please sign in to comment.