Project-OMOTES / omotes-system

GNU General Public License v3.0
0 stars 0 forks source link

Allow for non-existing .env file for deployments that set environment variables #71

Closed lfse-slafleur closed 2 months ago

lfse-slafleur commented 2 months ago

Currently the deployment scripts under ./scripts/ require a .env file. However, in some deployments the environment variables are set through a different method and a .env file may not exist. It should not be required to have a .env file present, but we should log if it is lacking.