2019-05-23 22:14:08 +04:00
|
|
|
image: node:8
|
|
|
|
|
|
|
|
before_script:
|
|
|
|
- cd website
|
|
|
|
- npm install
|
|
|
|
|
|
|
|
pages:
|
|
|
|
script:
|
|
|
|
- npm run build
|
|
|
|
- cd ..
|
2019-05-25 20:03:45 +04:00
|
|
|
- cp -r website/build/ligo public
|
2019-05-23 22:14:08 +04:00
|
|
|
artifacts:
|
|
|
|
paths:
|
|
|
|
- public
|
|
|
|
only:
|
|
|
|
- master
|