Skip to content

Commit

Permalink
fix: use new web map url (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmcharlton authored May 21, 2021
1 parent 8972b64 commit 518388b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/treetracker-admin-client-deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: npm ci
working-directory: ${{ env.project-directory }}
- name: build client project
run: CI= REACT_APP_WEBMAP_DOMAIN=http://treetracker.org REACT_APP_API_ROOT=https://prod-k8s.treetracker.org/api/admin npm run build
run: CI= REACT_APP_WEBMAP_DOMAIN=https://map.treetracker.org REACT_APP_API_ROOT=https://prod-k8s.treetracker.org/api/admin npm run build
working-directory: ${{ env.project-directory }}
- uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 518388b

Please sign in to comment.