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

Update .gitlab-ci.yml

This commit is contained in:
2018-05-09 21:53:38 +00:00
parent a7b1d9e99e
commit f38f231cae

View File

@@ -2,8 +2,8 @@ image: node:alpine
before_script:
- apk update && apk add openssl
- wget https://github.com/gohugoio/hugo/releases/download/v0.40.2/hugo_0.40.2_Linux-64bit.tar.gz
- tar xf hugo_0.40.2_Linux-64bit.tar.gz && cp ./hugo /usr/bin
- wget https://github.com/gohugoio/hugo/releases/download/v0.40.3/hugo_0.40.3_Linux-64bit.tar.gz
- tar xf hugo_0.40.3_Linux-64bit.tar.gz && cp ./hugo /usr/bin
- npm install --quiet firebase-tools -g
deploy: