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 7b26ea04afca4a62eed6a9c719fad592dff2f29c
parent 10e9bf78cacc66bfca5632398a6d8d40c83e359f
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Fri,  2 Nov 2018 14:16:30 +0100

Add grep to deploy stage

Diffstat:
M.gitlab-ci.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -13,7 +13,7 @@ deploy: #image: alpine:edge # https://pkgs.alpinelinux.org/packages?name=&branch=edge image: registry.gitlab.com/pages/hugo:latest before_script: - - apk --no-cache add make lftp curl + - apk --no-cache add make lftp curl grep - hugo version script: - make deploy