Skip to content

Commit

Permalink
Main build first for dev
Browse files Browse the repository at this point in the history
  • Loading branch information
starsep committed Feb 8, 2024
1 parent 6aeca28 commit 92d0cde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ jobs:
run: npm run typecheck
- name: Set git commit
run: echo "VITE_GIT_COMMIT=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
- name: Build app
- name: Build app (main)
env:
VITE_ENV: development
VITE_DEFAULT_LANG: en
VITE_OSM_API_URL: 'https://master.apis.dev.openstreetmap.org'
VITE_OSM_OAUTH2_CLIENT_ID: ${{ secrets.REACT_APP_OSM_OAUTH2_CLIENT_ID }}
VITE_BACKEND_API_URL: 'https://dev.openaedmap.org'
run: ./scripts/build_every_lang.sh && npm run build
run: npm run build
- name: Create robots.txt
run: |
cat << 'EOF' > build/robots.txt
Expand Down

0 comments on commit 92d0cde

Please sign in to comment.