diff --git a/deploy.sh b/deploy.sh index 354d488..300a202 100755 --- a/deploy.sh +++ b/deploy.sh @@ -3,6 +3,8 @@ # Exit on any error set -e +# Trigger + # Check for required positional arguments if [ $# -ne 2 ]; then echo "Error: Two arguments required"