Quality of Life lvl 100
This commit is contained in:
parent
bb920407f3
commit
a89140ef51
1 changed files with 5 additions and 3 deletions
|
@ -25,11 +25,13 @@ else
|
|||
echo "Deploying service: $2"
|
||||
$BASE_CMD --tags setup_services --extra-vars "single_service=$2"
|
||||
fi
|
||||
;;
|
||||
;;
|
||||
"base")
|
||||
$BASE_CMD --tags base_only
|
||||
;;
|
||||
;;
|
||||
*)
|
||||
echo "Command \"$1\" not found!"
|
||||
echo >&2 "Command \"$1\" not found!"
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue