Update .gitlab-ci.yml

This commit is contained in:
Oliver Kennedy 2016-07-09 16:19:50 -04:00
parent 27c526d203
commit c415fcfe2e

View file

@ -26,5 +26,5 @@ deploy:
only:
- master
script:
- ln -s /var/www/static-site build
- rake
- rsync -av --safe-links build/ /var/www/static-site