edited usage to show variables name
more clear usage for one-time override feature
This commit is contained in:
parent
28705cabe3
commit
512b9c9c91
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user