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:
parent
42fbcec525
commit
ae4463fb23
1 changed files with 0 additions and 14 deletions
|
@ -1,14 +0,0 @@
|
||||||
stages:
|
|
||||||
- deploy
|
|
||||||
|
|
||||||
deploy-master:
|
|
||||||
stage: deploy
|
|
||||||
tags:
|
|
||||||
- website
|
|
||||||
only:
|
|
||||||
- master
|
|
||||||
script:
|
|
||||||
- jekyll build
|
|
||||||
- rsync --recursive _site/ /srv/deploy/
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue