From 512b9c9c91a142cb08613d898f1daecafa6d639f Mon Sep 17 00:00:00 2001 From: Bryan Joshua Pedini Date: Sun, 25 Sep 2022 12:42:01 +0200 Subject: [PATCH] edited usage to show variables name more clear usage for one-time override feature --- deploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy.sh b/deploy.sh index 6bd4b81..1e95679 100755 --- a/deploy.sh +++ b/deploy.sh @@ -26,8 +26,8 @@ if [ $# -lt 2 ]; then echo "Usage: $0 [branch/tag]" echo echo "Current settings:" - echo "- Source · ${DEPLOY_SOURCE}" - echo "- Destination · ${DEPLOY_DESTINATION}" + echo "- \$DEPLOY_SOURCE · ${DEPLOY_SOURCE}" + echo "- \$DEPLOY_DESTINATION · ${DEPLOY_DESTINATION}" exit fi