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