This commit is contained in:
Oliver Davies 2017-07-24 18:52:58 +01:00
parent d494e9503b
commit 239b2f4077

View file

@ -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