Skip to content
Snippets Groups Projects
.gitlab-ci.yml 267 B
Newer Older
Lukas Ruge's avatar
Lukas Ruge committed
stages:
  - deploy
Lukas Ruge's avatar
Lukas Ruge committed

Lukas Ruge's avatar
Lukas Ruge committed
#muss als root, wird daher manuell gemacht
#before_script:
#  - gem install bundler
Lukas Ruge's avatar
Lukas Ruge committed

Lukas Ruge's avatar
Lukas Ruge committed
cache:
  paths:
    - vendor
  key: "$CI_BUILD_REPO"
  
Lukas Ruge's avatar
Lukas Ruge committed
deploy_site:
  stage: deploy
  script:
Lukas Ruge's avatar
Lukas Ruge committed
    - bundle install --path=vendor/
    - bundle exec jekyll build