732 B
732 B
caution.co
Web page source.
Instructions
- If the repo was not cloned with submodules:
$ git submodule update --init --recursive
- Install
make
. - Install
docker
- Build (export) site to
_site
directory:
$ make build
- Serve site at
0.0.0.0:4000
:
$ make serve
Generate Static Files
- Output static files in
_site
directory:
$ make _site
Cleanup
- Remove all build artifacts:
$ make fullclean
Releasing
- Build and publish the image
make publish
- Restart the
caution
deployment in the Kubernetes cluster
kubectl -n website rollout restart deploy/website-caution