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 5c234d5e8822753e565b2fd94d279d1cb0ee3f20
parent b2bbd397c0425bba0a4093c8d1a7fcd95f037e2a
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Fri,  2 Nov 2018 12:52:26 +0100

Use makefile for deployment in CI

Diffstat:
M.gitlab-ci.yml | 8+++++---
1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -10,11 +10,13 @@ test: except: - master -pages: +deploy: + before_script: + - apt install lftp script: - - hugo + - make deploy artifacts: paths: - - public + - public only: - master