From d494e9503b35794cf0d981fd91203c085c1f01d7 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 24 Jul 2017 18:15:56 +0100 Subject: [PATCH] Display all the things --- publish.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/publish.sh b/publish.sh index 30994222..0cb5b100 100755 --- a/publish.sh +++ b/publish.sh @@ -1,7 +1,8 @@ #!/usr/bin/env bash -SITE_ENV="prod" +set -uex +SITE_ENV="prod" REPO=`git config remote.origin.url` SSH_REPO=${REPO/https:\/\/github.com\//git@github.com:} SHA=`git rev-parse --verify HEAD`