Skip to content

Commit

Permalink
Now really fix URL secret
Browse files Browse the repository at this point in the history
  • Loading branch information
starsep committed Dec 24, 2023
1 parent 32129a0 commit 7917556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
VITE_OSM_API_URL: ${{ secrets.REACT_APP_OSM_API_URL }}
VITE_OSM_OAUTH2_CLIENT_ID: ${{ secrets.REACT_APP_OSM_OAUTH2_CLIENT_ID }}
VITE_OSM_OAUTH2_CLIENT_SECRET: ${{ secrets.REACT_APP_OSM_OAUTH2_CLIENT_SECRET }}
VITE_BACKEND_API_URL: ${{ secrets.VITE_BACKEND_API_URL_NEW }}
VITE_BACKEND_API_URL: ${{ secrets.REACT_APP_BACKEND_API_URL_NEW }}
run: npm run build
- name: Create robots.txt
run: touch build/robots.txt
Expand Down

0 comments on commit 7917556

Please sign in to comment.