From fbfea566296eb590eb0b8ccd418cb11d319d7fca Mon Sep 17 00:00:00 2001 From: Jonathan Dahan Date: Sun, 2 Jun 2024 14:23:14 -0400 Subject: [PATCH] podman build --- hooks/post-receive | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/post-receive b/hooks/post-receive index f0069c9..38f0513 100755 --- a/hooks/post-receive +++ b/hooks/post-receive @@ -16,7 +16,7 @@ do } echo "[deploy] building and deploying site"; { - podman-compose --profile deploy build + podman-compose build --profile deploy } fi done