You've already forked personal-linux-config
added variables in deploy function usage message
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user