Display all the things
This commit is contained in:
parent
ca7fb1b0ad
commit
d494e9503b
|
@ -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`
|
||||
|
|
Reference in a new issue