diff --git a/hooks/post-receive b/hooks/post-receive index fc8b7a7..f540cf5 100755 --- a/hooks/post-receive +++ b/hooks/post-receive @@ -16,7 +16,7 @@ do } echo "[deploy] building and deploying site"; { - podman-compose run deploy + podman-compose run --podman-run-args='--log-driver=none' deploy } fi done diff --git a/readme.md b/readme.md index 231dd78..778fd61 100644 --- a/readme.md +++ b/readme.md @@ -1,16 +1,17 @@ # https://jonathan.is -develop +develop - using [zs](https://git.mills.io/prologic/zs) built-in debug server + which zs || go install go.mills.io/zs@latest zs serve --debug -run +test - runs a fresh build and serves with caddy podman compose up --build -deploy +deploy - runs neocities cli - neocities push --prune .pub + podman compose run deploy ## continuous integration