Display all the things

This commit is contained in:
Oliver Davies 2017-07-24 18:15:56 +01:00
parent ca7fb1b0ad
commit d494e9503b

View file

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