fichier mal nommé

This commit is contained in:
2018-10-30 00:13:21 +01:00
parent dbf12048c7
commit f45ecc4c58

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