variables: WEBROOT: /sites/dennogumi.org build and deploy: script: - 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/