Summernote-CodeWrapper/.gitlab-ci.yml
2018-06-17 19:53:51 +02:00

19 lines
229 B
YAML

image: node:latest
cache:
paths:
- node_modules/
before_script:
- npm install -g gulp
- npm install
stages:
- build_deploy
build_&_deploy_app:
stage: build_deploy
only:
- master
script:
- gulp deploy