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:49:55 +01:00

10 lines
358 B
YAML

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