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

adding develop and rm public

parent f92b0325
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,7 @@ image: digitallyseamless/nodejs-bower-grunt ...@@ -3,6 +3,7 @@ image: digitallyseamless/nodejs-bower-grunt
pages: pages:
stage: deploy stage: deploy
only: only:
- develop
- master - master
script: script:
- npm install --global npm@latest - npm install --global npm@latest
...@@ -11,6 +12,7 @@ pages: ...@@ -11,6 +12,7 @@ pages:
- npm install -g generator-reveal - npm install -g generator-reveal
- npm install -g bower - npm install -g bower
- npm install - npm install
- rm -rf public
- grunt dist - grunt dist
artifacts: artifacts:
......
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