Skip to content

Commit

Permalink
add env vars in repo
Browse files Browse the repository at this point in the history
  • Loading branch information
aloxe committed May 28, 2024
1 parent 17fb9fc commit 2acf631
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .env.development
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# tokens
VITE_MAPBOX_TOKEN='pk.eyJ1IjoiYWxveGUiLCJhIjoid3lBT0poSSJ9.QvBnfWvRrXcHGUQPccVtKA'
VITE_THUNDERFOREST_TOKEN='c49b6e87f82046eda9501fa5f09a2e3a'

# base url
VITE_BASE_URL='/'
6 changes: 6 additions & 0 deletions .env.production
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# tokens
VITE_MAPBOX_TOKEN='pk.eyJ1IjoiYWxveGUiLCJhIjoid3lBT0poSSJ9.QvBnfWvRrXcHGUQPccVtKA'
VITE_THUNDERFOREST_TOKEN='c49b6e87f82046eda9501fa5f09a2e3a'

# base url
VITE_BASE_URL='/velo/traces/'
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install dependencies & yarn build
run: |
yarn install --frozen-lockfile
yarn build
yarn build --mode development
- name: Copy Site recursively to remote
uses: appleboy/scp-action@master
Expand Down

0 comments on commit 2acf631

Please sign in to comment.