1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-26 18:28:26 -04:00
jarv.is/.gitlab-ci.yml
2018-05-01 22:42:01 +00:00

15 lines
380 B
YAML

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
- npm install --quiet firebase-tools -g
deploy:
stage: deploy
script:
- rm -rf public
- hugo
- firebase deploy --token $FIREBASE_TOKEN