From 239b2f407713fbbabbe56a4133a484602af1ab67 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 24 Jul 2017 18:52:58 +0100 Subject: [PATCH] Debug --- publish.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/publish.sh b/publish.sh index 0cb5b100..d0cd2120 100755 --- a/publish.sh +++ b/publish.sh @@ -5,7 +5,9 @@ set -uex SITE_ENV="prod" REPO=`git config remote.origin.url` SSH_REPO=${REPO/https:\/\/github.com\//git@github.com:} +echo $SSH_REPO SHA=`git rev-parse --verify HEAD` +echo $SHA # Build front-end assets. npm run prod