> Should the docker folder be renamed to something like deployment-utilities since it has no Docker stuff in it currently?
Perhaps, but I'm a stickler for super fancy and nice folder and file structures. deployment-utilities, although a completely correct and valid name... kinda makes me 🤮 since its really long and has a dash in it.
However, perhaps we should introduce a config folder and have config/server be where we define our deployment stuff?
Examples:
config/server/nginx could have NGINX configuration
config/deploy/scripts could have the deployment scripts
Thoughts?
Or, perhaps we should just move docker/server/nginx into projects/server/nginx and each deploy/scripts/[web|staff|server].sh script as just deploy.sh within projects/[whatever]?
Perhaps, but I'm a stickler for super fancy and nice folder and file structures.
deployment-utilities
, although a completely correct and valid name... kinda makes me 🤮 since its really long and has a dash in it.However, perhaps we should introduce a
config
folder and haveconfig/server
be where we define our deployment stuff?Examples:
config/server/nginx
could have NGINX configurationconfig/deploy/scripts
could have the deployment scriptsThoughts?
Or, perhaps we should just move
docker/server/nginx
intoprojects/server/nginx
and eachdeploy/scripts/[web|staff|server].sh
script as justdeploy.sh
withinprojects/[whatever]
?Originally posted by @cseitz in https://github.com/hacksu/khe-2023/issues/11#issuecomment-1341612546