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