10 lines
358 B
YAML
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/
|