Initial commit

This commit is contained in:
2018-06-17 19:53:51 +02:00
commit 9faf28fd96
12 changed files with 7221 additions and 0 deletions

19
.gitlab-ci.yml Normal file
View 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