devroom.io/.gitlab-ci.yml
2017-03-16 15:10:09 +01:00

10 lines
385 B
YAML

image: ariejan/dockerized-hugo
job:
only:
- master
script:
- hugo
- yui-compressor themes/outerspace/static/css/outerspace.css -o themes/outerspace/static/css/outerspace.css
#- rsync -az4 --stats --delete-after public/* -e "ssh -i ~/.ssh/id_rsa -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no" ariejan@mail.devroom.io:/home/ariejan/www/ariejan.net/