Chore: Added the set -e command to deploy so that it quits on errors
@ -1,4 +1,5 @@
#!/usr/bin/env bash
set -e
parent_path=$( cd "$(dirname "${BASH_SOURCE[0]}")" || exit ; pwd -P )
cd "$parent_path" || exit
The note is not visible to the blocked user.