diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f880941..c3bbaa4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,17 +1,19 @@ include: 'https://invent.kde.org/sysadmin/ci-tooling/raw/master/invent/websites-jekyll.yml' cache: paths: - planet.db - vendor/ 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/" + only: + - master