prod
This commit is contained in:
@@ -73,6 +73,16 @@ npm run watch:css # rebuild on save while developing templates
|
||||
remember to rebuild and commit it whenever the templates change. The Tailwind
|
||||
source lives in `assets/css/tailwind.css`; theme config is `tailwind.config.js`.
|
||||
|
||||
## Deployment
|
||||
|
||||
Production runs as a single Docker container behind a Caddy reverse proxy.
|
||||
See **[DEPLOY.md](DEPLOY.md)** for the full first-time setup. After that, a
|
||||
deploy is just:
|
||||
|
||||
```sh
|
||||
git pull && make restart
|
||||
```
|
||||
|
||||
## Full Stack Serving
|
||||
|
||||
You can check your [configuration](config/development.yaml) to pick either frontend setup or server-side rendered template, and activate the relevant configuration sections.
|
||||
|
||||
Reference in New Issue
Block a user