From f02440048cd1542c1a050a2f5d15c222e1540990 Mon Sep 17 00:00:00 2001 From: Sam Al-Sapti Date: Thu, 29 Dec 2022 17:55:59 +0100 Subject: [PATCH] Add a way to only deploy users --- deploy.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deploy.sh b/deploy.sh index d66caa2..5777829 100755 --- a/deploy.sh +++ b/deploy.sh @@ -37,6 +37,9 @@ else "base") $BASE_CMD --tags base_only ;; + "users") + $BASE_CMD --tags setup-users + ;; *) usage exit 1