Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add the ability to inject env variables through .env file creation (#85)
# Add the ability to inject env variables through .env file creation ## ♻️ Current situation & Problem #82 aims to achieve the same effect. We need to do it through `.env` file creation, because otherwise values aren't properly propagated to build process. ## ⚙️ Release Notes * Add the ability to inject env variables through .env file creation ## ✅ Testing I updated created test deployment of Web-Frontend successfully with this branch. ### Code of Conduct & Contributing Guidelines By submitting creating this pull request, you agree to follow our [Code of Conduct](https://github.com/StanfordBDHG/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/StanfordBDHG/.github/blob/main/CONTRIBUTING.md): - [x] I agree to follow the [Code of Conduct](https://github.com/StanfordBDHG/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/StanfordBDHG/.github/blob/main/CONTRIBUTING.md).
- Loading branch information