edited usage to show variables name

more clear usage for one-time override feature
This commit is contained in:
Bryan Joshua Pedini 2022-09-25 12:42:01 +02:00
parent 28705cabe3
commit 512b9c9c91
1 changed files with 2 additions and 2 deletions

View File

@ -26,8 +26,8 @@ if [ $# -lt 2 ]; then
echo "Usage: $0 <service> <service name> [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