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:59:30 +01:00

13 lines
466 B
YAML

variables:
WEBROOT: /sites/dennogumi.org
build and deploy:
script:
- sed -i -e 's/dl-[0-9]/dl-cdn/' /etc/apk/repositories
- apk update
- apk add rsync
- 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/