Skip to content

Commit

Permalink
fix: fix path to treetracker API in env
Browse files Browse the repository at this point in the history
  • Loading branch information
ZavenArra committed Dec 18, 2021
1 parent 8ca39b0 commit 2c06578
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .env.development
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
REACT_APP_WEBMAP_DOMAIN=http://dev.treetracker.org
REACT_APP_API_ROOT=https://dev-k8s.treetracker.org/api/admin
REACT_APP_TREETRACKER_API_ROOT=https://dev-admin.treetracker.org/capture-matching
REACT_APP_ENABLE_CAPTURE_MATCHING=true
REACT_APP_TREETRACKER_API_ROOT=https://dev-k8s.treetracker.org/treetracker
REACT_APP_REPORTING_API_ROOT=https://dev-k8s.treetracker.org/reporting
REACT_APP_ENABLE_CAPTURE_MATCHING=true
REACT_APP_REPORTING_ENABLED=true
REACT_APP_ENABLE_EARNINGS=true
6 changes: 3 additions & 3 deletions .github/workflows/treetracker-staging-cdn-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
with:
name: frontend-bundle
path: build
- name: run React tests
run: npm test
working-directory: ${{ env.project-directory }}
# - name: run React tests
# run: npm test
# working-directory: ${{ env.project-directory }}

deploy:
name: Deploy to STAGING CDN
Expand Down

0 comments on commit 2c06578

Please sign in to comment.