Skip to content
Snippets Groups Projects
.gitlab-ci.yml 316 B
Newer Older
deploy:
    only:
        - master
Malte Schmitz's avatar
Malte Schmitz committed
    cache:
        paths:
            - vendor/
Malte Schmitz's avatar
Malte Schmitz committed
        - python3 check_uniqueness_of_uids.py
        - env LANG=en_US.UTF-8 bundle install --path=vendor/
        - env LANG=en_US.UTF-8 bundle exec jekyll build
Malte Schmitz's avatar
Malte Schmitz committed
        - rsync -6av --delete-after _site/ /var/www/html/