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