added variables in deploy function usage message

This commit is contained in:
2026-04-22 18:49:18 +02:00
parent 5e4a8464c5
commit 2ba65cce12

View File

@@ -5,6 +5,7 @@ deploy() {
SERVICE="$1"
if [ "$#" -lt 1 ]; then
echo "Usage: deploy <service> [service-name]"
echo "Variable overrides: REPO_HOST - REPO_ORG - DEPLOY_DIRECTORY"
return
fi
if [ "$#" -gt 1 ]; then