1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-10-29 00:35:48 -04:00
Files
jarv.is/.gitlab-ci.yml
2018-05-09 21:53:38 +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.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:
stage: deploy
script:
- rm -rf public
- hugo
- firebase deploy --token $FIREBASE_TOKEN