You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, this project must be built and deployed manually; add GitHub action to build the containers on push to main, then configure auto-update of the deployed containers.
The text was updated successfully, but these errors were encountered:
Currently, we build the env file into the docker container; this is bad practice. The env file should only be needed at runtime, or we should split the env file into a build env (without any secrets) and a runtime env (including DB secrets).
Currently, this project must be built and deployed manually; add GitHub action to build the containers on push to main, then configure auto-update of the deployed containers.
The text was updated successfully, but these errors were encountered: