include: 'https://invent.kde.org/sysadmin/ci-tooling/raw/master/invent/websites-jekyll.yml' variables: WEBSITE_DIR: plasma-mobile.org pages: stage: deploy script: - bundle exec pluto update planet.ini - bundle exec build.rb - bundle exec jekyll build -d public - rsync -Hav --delete public/ "sitedeployer@olios.kde.org:/srv/www/generated/$WEBSITE_DIR/"