mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-26 10:45:23 -04:00
official node/alpine docker image
This commit is contained in:
parent
d4a591bf82
commit
939be17aa7
@ -1,4 +1,4 @@
|
||||
image: mhart/alpine-node:6.3
|
||||
image: node:alpine
|
||||
before_script:
|
||||
- apk update && apk add openssl
|
||||
- wget https://github.com/gohugoio/hugo/releases/download/v0.40.1/hugo_0.40.1_Linux-64bit.tar.gz
|
||||
@ -6,7 +6,7 @@ before_script:
|
||||
deploy:
|
||||
stage: deploy
|
||||
script:
|
||||
- npm install -g firebase-tools
|
||||
- npm install --quiet firebase-tools -g
|
||||
- rm -rf public
|
||||
- hugo
|
||||
- firebase deploy --token $FIREBASE_TOKEN
|
Loading…
x
Reference in New Issue
Block a user