Add a way to only deploy users
This commit is contained in:
parent
b6f30af8ba
commit
f02440048c
1 changed files with 3 additions and 0 deletions
|
@ -37,6 +37,9 @@ else
|
|||
"base")
|
||||
$BASE_CMD --tags base_only
|
||||
;;
|
||||
"users")
|
||||
$BASE_CMD --tags setup-users
|
||||
;;
|
||||
*)
|
||||
usage
|
||||
exit 1
|
||||
|
|
Loading…
Add table
Reference in a new issue