1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-09-14 03:55:32 -04:00

Update .gitlab-ci.yml

This commit is contained in:
2018-10-16 13:37:50 +00:00
parent 612f1baeb1
commit 7dfbcc39e4

View File

@@ -9,6 +9,7 @@ before_script:
- wget https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_${HUGO_VERSION}_Linux-64bit.tar.gz
- echo "${HUGO_SHA} hugo_${HUGO_VERSION}_Linux-64bit.tar.gz" | sha256sum -c
- tar xf hugo_${HUGO_VERSION}_Linux-64bit.tar.gz && cp ./hugo /usr/bin
- npm config set unsafe-perm true
- npm install --quiet firebase-tools -g
deploy: