lith#
Secrets and runtime env for the Aesthetic Computer monolith deploy.
lith/deploy.fish expects:
aesthetic-computer-vault/lith/.env
That file is uploaded to:
/opt/ac/system/.env
Why system/.env on the server:
lith.serviceusesEnvironmentFile=/opt/ac/system/.env- The monolith serves the main site and API from the shared
system/tree
Minimum required keys:
NODE_ENV=productionCONTEXT=productionDEPLOY_SECRET=...
Recommended workflow:
- Copy
.env.exampleto.env - Fill in the real production values
- Re-run
fish vault-tool.fish statusto confirmlith/.envis tracked - Deploy with
fish /workspaces/aesthetic-computer/lith/deploy.fish