From 8b63df13b04d377af3bac801d568512750085a4e Mon Sep 17 00:00:00 2001 From: Jonathan Dahan Date: Sun, 2 Jun 2024 15:31:05 -0400 Subject: [PATCH] arg ordering --- hooks/post-receive | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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