Skip to content

Commit

Permalink
separate out env file for frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-m committed Nov 25, 2023
1 parent c6e01cc commit 6b0864c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 0 additions & 3 deletions env.example
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,3 @@ export UPLOAD_FTP_PWD="wwwroot/trains/data"
export ENABLE_TEMPERATURE_MEASUREMENT=true

export TRAINBOT_DEPLOY_TARGET_SSH_HOST="pi@rpi.local"
export FRONTEND_DEPLOY_TARGET_SSH_HOST="myuser@example.org"

export VITE_FRONTEND_BASE_URL="trains.example.org"
2 changes: 2 additions & 0 deletions frontend/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ coverage
*.njsproj
*.sln
*.sw?

/env
2 changes: 2 additions & 0 deletions frontend/env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export FRONTEND_DEPLOY_TARGET_SSH_HOST="myuser@example.org"
export VITE_FRONTEND_BASE_URL="trains.example.org"

0 comments on commit 6b0864c

Please sign in to comment.