1
0
Fork 0
This repository has been archived on 2021-01-06. You can view files and clone it, but cannot push or open issues or pull requests.
dennogumi.org-archive/.gitlab-ci.yml
2018-01-24 00:48:05 +01:00

11 lines
340 B
YAML

variables:
WEBROOT: /sites/dennogumi.org
build and deploy:
script:
- gem install atom-tools
- gem install jekyll-tagging
- jekyll build --destination /tmp/build
- rsync -rlpgoD /releases/ /tmp/build/releases/
- rsync -rlpgoD /assets /tmp/build/
- rsync -rlpgoD /tmp/build/ $WEBROOT/