From 1a2854d8656e4dd8645eb22500d16b28ac74abc1 Mon Sep 17 00:00:00 2001 From: Jonathan Dahan Date: Sun, 2 Jun 2024 15:30:35 -0400 Subject: [PATCH] no logging on debian podman-compose :( --- hooks/post-receive | 2 +- readme.md | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) 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