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:
- deploy
- deploy
#muss als root, wird daher manuell gemacht
#before_script:
# - gem install bundler
cache:
paths:
- vendor
key: "$CI_BUILD_REPO"
paths:
- vendor/
deploy_site:
stage: deploy
script:
- 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/
stage: deploy
only:
- master
script:
- 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