1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-26 17:28:27 -04:00
jarv.is/.gitlab-ci.yml
2018-10-06 16:43:10 -04:00

15 lines
374 B
YAML

image: node:alpine
before_script:
- apk update && apk add openssl
- wget https://github.com/gohugoio/hugo/releases/download/v0.49/hugo_0.49_Linux-64bit.tar.gz
- tar xf hugo_0.49_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