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

bump both hugo and node-alpine versions for CLI auto firebase deploy

This commit is contained in:
2018-08-04 21:59:24 -04:00
parent 8ad155d376
commit 04c49a8756
7 changed files with 23 additions and 12 deletions

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.3/hugo_0.40.3_Linux-64bit.tar.gz
- tar xf hugo_0.40.3_Linux-64bit.tar.gz && cp ./hugo /usr/bin
- wget https://github.com/gohugoio/hugo/releases/download/v0.46/hugo_0.46_Linux-64bit.tar.gz
- tar xf hugo_0.46_Linux-64bit.tar.gz && cp ./hugo /usr/bin
- npm install --quiet firebase-tools -g
deploy: