mirror of
https://github.com/Aviortheking/Summernote-CodeWrapper.git
synced 2025-04-22 19:02:14 +00:00
19 lines
228 B
YAML
19 lines
228 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 build |