mirror of
https://github.com/Aviortheking/Summernote-CodeWrapper.git
synced 2025-06-26 16:29:19 +00:00
Initial commit
This commit is contained in:
19
.gitlab-ci.yml
Normal file
19
.gitlab-ci.yml
Normal file
@ -0,0 +1,19 @@
|
||||
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
|
Reference in New Issue
Block a user