andersdamsgaard.com

my photography webpage
git clone git://src.adamsgaard.dk/andersdamsgaard.com # fast
git clone https://src.adamsgaard.dk/andersdamsgaard.com.git # slow
Log | Files | Refs | Submodules | README | LICENSE Back to index

commit faa537253527cb860f0ea70aa9d48414a8d581d3
parent 0d53a3733d269dba14030091e8ddc3660a56e928
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(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -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 @@ -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