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

new path for stable release

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