Skip to content

Commit

Permalink
Prod env variables moved to .env
Browse files Browse the repository at this point in the history
  • Loading branch information
pedelgado authored May 6, 2024
1 parent 1b6e722 commit e44a282
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
VITE_KT_API_ENDPOINT=https://api.kujira-track.app/
VITE_KT_API_OPENAPI_JSON=https://api.kujira-track.app/openapi/json
5 changes: 1 addition & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
env:
- VITE_KT_API_ENDPOINT: https://api.kujira-track.app
- VITE_KT_API_OPENAPI_JSON: https://api.kujira-track.app/openapi/json


strategy:
matrix:
node-version: [20.x]
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ lerna-debug.log*
node_modules
dist
dist-ssr
.env
*.local

# Editor directories and files
Expand Down
2 changes: 0 additions & 2 deletions example.env

This file was deleted.

0 comments on commit e44a282

Please sign in to comment.