Introduction
Introduction Statistics Contact Development Disclaimer Help
tUse makefile for deployment in CI - andersdamsgaard.com - my photography webpa…
git clone git://src.adamsgaard.dk/andersdamsgaard.com
Log
Files
Refs
Submodules
README
LICENSE
---
commit 5c234d5e8822753e565b2fd94d279d1cb0ee3f20
parent b2bbd397c0425bba0a4093c8d1a7fcd95f037e2a
Author: Anders Damsgaard <[email protected]>
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
t@@ -10,11 +10,13 @@ test:
except:
- master
-pages:
+deploy:
+ before_script:
+ - apt install lftp
script:
- - hugo
+ - make deploy
artifacts:
paths:
- - public
+ - public
only:
- master
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.