Skip to content
Snippets Groups Projects
.gitlab-ci.yml 357 B
Newer Older
deploy:
    only:
        - master
Malte Schmitz's avatar
Malte Schmitz committed
    cache:
        paths:
            - vendor/
        - pip install -r requirements.txt
        - python 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/