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

latest and stable deploy

parent 3554368d
No related branches found
No related tags found
No related merge requests found
image: digitallyseamless/nodejs-bower-grunt
pages:
stage: deploy
stage: deploy-stable
only:
- master
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 -g npm@latest yo grunt-cli generator-reveal bower
- npm install
- grunt dist
artifacts:
paths:
- public
- public/stable
pages:
stage: deploy-unstable
only:
- develop
script:
- npm install -g npm@latest yo grunt-cli generator-reveal bower
- npm install
- grunt dist
artifacts:
paths:
- public/latest
\ No newline at end of file
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