diff --git a/hooks/post-receive b/hooks/post-receive index f540cf5..33c1fb3 100755 --- a/hooks/post-receive +++ b/hooks/post-receive @@ -16,7 +16,7 @@ do } echo "[deploy] building and deploying site"; { - podman-compose run --podman-run-args='--log-driver=none' deploy + podman-compose --podman-run-args='--log-driver=none' run deploy } fi done