Delete gitlab-ci florian

This commit is contained in:
s0dy
2018-11-17 14:18:20 +01:00
parent f78a656f31
commit 5edf7af7fd
3 changed files with 0 additions and 42 deletions

View File

@ -1,19 +0,0 @@
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 --password $PASSWORD