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

Merge branch 'develop' into 'master'

Regular merge of develop

See merge request R3.training/git.slides!27
parents 69e758fb 73c63ff6
No related branches found
No related tags found
No related merge requests found
<html>
<head>
<meta http-equiv="refresh" content="0; url=https://r3.training.pages.uni.lu/git.slides/stable"/>
</head>
<body>
</bod>
</html>
\ No newline at end of file
image: digitallyseamless/nodejs-bower-grunt
pages:
stage: deploy
stage: build
only:
- 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/.
- cp .autoRedirect public/latest/index.html
artifacts:
paths:
- public/latest
stage: deploy
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
- rm -rf public
- grunt dist
- mkdir stable
- mv public/* stable/.
- mv stable public/.
- cp .autoRedirect public/stable/index.html
artifacts:
paths:
- public
- public/stable
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