Skip to content
Snippets Groups Projects
Commit cbce0296 authored by Paul's avatar Paul :turtle:
Browse files

test gitlab-pages

parent f90168cf
No related branches found
No related tags found
No related merge requests found
Pipeline #3250 failed
......@@ -28,7 +28,7 @@ before_script:
# instead.
- mkdir -p ~/.ssh
- '[[ -f /.dockerenv ]] && echo "$SSH_SERVER_HOSTKEY" > ~/.ssh/known_hosts'
deploy:
only:
- master
......@@ -36,3 +36,13 @@ deploy:
- bundle install --path=vendor/
- bundle exec jekyll build
- rsync -6av --delete-after _site/ chaotikum-org@web.chaotikum.net:/var/www/chaotikum.org/
pages:
script:
- bundle install --path=vendor/
- bundle exec jekyll build
artifacts:
paths:
- _site/
only:
- master
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