From 9d064a1287b38d0b04c3c548972da078db7c0acb Mon Sep 17 00:00:00 2001 From: kjuulh Date: Thu, 27 Jul 2023 16:58:40 +0200 Subject: [PATCH] feat: with comments and abort Signed-off-by: kjuulh --- scripts/ci.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/ci.sh b/scripts/ci.sh index 1053265..6a84247 100755 --- a/scripts/ci.sh +++ b/scripts/ci.sh @@ -1,6 +1,10 @@ #!/bin/bash +set -e + +echo "setting up ssh" cuddle x setup_ssh + cuddle x start_deployment cuddle x render_templates cuddle x render_como_templates