This repository has been archived on 2023-02-03. You can view files and clone it, but cannot push or open issues or pull requests.
autonomic.zone/.gitlab-ci.yml

23 lines
280 B
YAML

image: node:6
cache:
paths:
- node_modules/
before_script:
- npm install
- npm install -g gulp
- npm rebuild node-sass
stages:
- deploy
build_and_deploy:
stage: deploy
artifacts:
paths:
- dist
only:
- master
script:
- gulp build --production