tUse hugoextended docker image - andersdamsgaard.com - my photography webpage
(HTM) git clone git://src.adamsgaard.dk/andersdamsgaard.com
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Submodules
(DIR) README
(DIR) LICENSE
---
(DIR) commit faa537253527cb860f0ea70aa9d48414a8d581d3
(DIR) parent 0d53a3733d269dba14030091e8ddc3660a56e928
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
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(-)
---
(DIR) 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=edge
- image: registry.gitlab.com/pages/hugo:latest
+ # image: alpine:edge # https://pkgs.alpinelinux.org/packages?name=&branch=edge
+ # 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=edge
- image: registry.gitlab.com/pages/hugo:latest
+ # image: alpine:edge # https://pkgs.alpinelinux.org/packages?name=&branch=edge
+ # 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