Introduction
Introduction Statistics Contact Development Disclaimer Help
tUse hugoextended docker image - andersdamsgaard.com - my photography webpage
git clone git://src.adamsgaard.dk/andersdamsgaard.com
Log
Files
Refs
Submodules
README
LICENSE
---
commit faa537253527cb860f0ea70aa9d48414a8d581d3
parent 0d53a3733d269dba14030091e8ddc3660a56e928
Author: Anders Damsgaard <[email protected]>
Date: Fri, 2 Nov 2018 21:04:09 +0100
Use hugoextended docker image
Diffstat:
M .gitlab-ci.yml | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
t@@ -9,11 +9,12 @@ test:
- master
deploy-staging:
- #image: alpine:edge # https://pkgs.alpinelinux.org/packages?name=&branch=ed…
- image: registry.gitlab.com/pages/hugo:latest
+ # image: alpine:edge # https://pkgs.alpinelinux.org/packages?name=&branch=e…
+ # image: registry.gitlab.com/pages/hugo:latest
+ image: registry.gitlab.com/plett/hugoextended:0.50
before_script:
- apk --no-cache add make lftp curl npm
- - npm install -g postcss-cli
+ # - npm install -g postcss-cli
- hugo version
script:
- make deploy-staging
t@@ -28,11 +29,12 @@ deploy-staging:
- master
deploy:
- #image: alpine:edge # https://pkgs.alpinelinux.org/packages?name=&branch=ed…
- image: registry.gitlab.com/pages/hugo:latest
+ # image: alpine:edge # https://pkgs.alpinelinux.org/packages?name=&branch=e…
+ # image: registry.gitlab.com/pages/hugo:latest
+ image: registry.gitlab.com/plett/hugoextended:0.50
before_script:
- apk --no-cache add make lftp curl npm
- - npm install -g postcss-cli
+ # - npm install -g postcss-cli
- hugo version
script:
- make deploy
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.