Debug
This commit is contained in:
parent
d494e9503b
commit
239b2f4077
|
@ -5,7 +5,9 @@ set -uex
|
||||||
SITE_ENV="prod"
|
SITE_ENV="prod"
|
||||||
REPO=`git config remote.origin.url`
|
REPO=`git config remote.origin.url`
|
||||||
SSH_REPO=${REPO/https:\/\/github.com\//git@github.com:}
|
SSH_REPO=${REPO/https:\/\/github.com\//git@github.com:}
|
||||||
|
echo $SSH_REPO
|
||||||
SHA=`git rev-parse --verify HEAD`
|
SHA=`git rev-parse --verify HEAD`
|
||||||
|
echo $SHA
|
||||||
|
|
||||||
# Build front-end assets.
|
# Build front-end assets.
|
||||||
npm run prod
|
npm run prod
|
||||||
|
|
Loading…
Reference in a new issue