Gitlab CI Deployment

This commit is contained in:
madmaurice 2017-12-24 00:57:11 +01:00 committed by Hive
parent 6bf5aa707f
commit 22a2f57ca7

14
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,14 @@
stages:
- deploy
deploy-master:
stage: deploy
tags:
- website
only:
- master
script:
- jekyll build
- rsync --recursive _site/ /srv/deploy/