Skip to content
Snippets Groups Projects
Commit affc70c1 authored by Jannis Harder's avatar Jannis Harder
Browse files

Update .gitlab-ci.yml

parent 9eaf8627
No related branches found
No related tags found
No related merge requests found
Pipeline #
stages: stages:
- deploy - deploy
#muss als root, wird daher manuell gemacht #muss als root, wird daher manuell gemacht
#before_script: #before_script:
# - gem install bundler # - gem install bundler
cache: cache:
paths: paths:
- vendor - vendor/
key: "$CI_BUILD_REPO"
deploy_site: deploy_site:
stage: deploy stage: deploy
script: only:
- env LANG=en_US.UTF-8 bundle install --path=vendor/ - master
- env LANG=en_US.UTF-8 bundle exec jekyll build script:
- rsync -av --delete-after _site/ chaotikum-org@web:_site/ - env LANG=en_US.UTF-8 bundle install --path=vendor/
- env LANG=en_US.UTF-8 bundle exec jekyll build
- rsync -av --delete-after _site/ chaotikum-org@web:_site/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment