test/.gitlab-ci.yml
2017-12-24 00:57:11 +01:00

15 lines
169 B
YAML

stages:
- deploy
deploy-master:
stage: deploy
tags:
- website
only:
- master
script:
- jekyll build
- rsync --recursive _site/ /srv/deploy/