Remove gitlab-ci.yml

As we figured out a different way of auto deployment,
we don't need the gitlab-ci.yml anymore.
This commit is contained in:
madmaurice 2018-02-12 20:53:46 +01:00
parent 42fbcec525
commit ae4463fb23

View file

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