debian-mirror-gitlab/lib/gitlab/ci/templates/Pages/Brunch.gitlab-ci.yml

16 lines
236 B
YAML
Raw Normal View History

2016-06-22 15:30:34 +05:30
# Full project: https://gitlab.com/pages/brunch
image: node:4.2.2
pages:
cache:
paths:
- node_modules/
script:
- npm install -g brunch
- brunch build --production
artifacts:
paths:
- public
only:
- master