Blog_IMIE/.gitlab-ci.yml
2018-10-30 00:15:29 +01:00

19 lines
239 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 deploy $PASSWORD