-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deperecate use of process.env, add healthcheck #186
Conversation
Nospamas
commented
Aug 27, 2024
- Update references to use window.env
- add default env.js file to public
- Clean up various comments about config
- update URLs to use beehive defaults for dev
- update docker build to use static config
- update github workflow to build to static directory and use that to build dockerfile
- Update references to use window.env - add default env.js file to public - Clean up various comments about config - update URLs to use beehive defaults for dev - update docker build to use static config - update github workflow to build to static directory and use that to build dockerfile
…to match local settings.
- Update dockerfile build - Update .env values for expected replacements - Update docs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great. A few small changes, some optional, and extra documentation. The more documentation of what you did and what you discovered in doing it, the better.
- Better documentation - Better naming conventions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great stuff, so much better to have static start-ups.
Only one comment: It would be good to have a description in the README's of what the workflow is and perhaps why it is like that.