Skip to content
Snippets Groups Projects
Commit 1ffda286 authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

deploy doc (4)

parent efd4f488
No related branches found
No related tags found
1 merge request!21Regular merge of develop
Pipeline #8343 passed
image: digitallyseamless/nodejs-bower-grunt
stages:
- build
- deploy
before_script:
pages:
stage: deploy
only:
- gitlab-pages
script:
- npm install --global npm@latest
- npm install --global yo
- npm install -g grunt-cli
- npm install -g generator-reveal
- npm install -g bower
- npm install
cache:
paths:
- node_modules/
- bower_components/
pages:
stage: deploy
only:
- gitlab-pages
script:
- grunt dist
- ls
- ls dist
- mv dist public
cache:
paths:
- node_modules/
- bower_components/
artifacts:
paths:
- public
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment