2018-07-11 17:56:13 +02:00
|
|
|
language: node_js
|
|
|
|
node_js: node
|
2016-04-24 01:47:18 +02:00
|
|
|
|
|
|
|
cache:
|
|
|
|
directories:
|
2018-07-11 17:56:13 +02:00
|
|
|
- node_modules
|
|
|
|
- public
|
2016-04-24 01:47:18 +02:00
|
|
|
|
2018-07-11 17:56:13 +02:00
|
|
|
install:
|
|
|
|
- npm i
|
2016-04-24 01:47:18 +02:00
|
|
|
|
2018-07-11 17:56:13 +02:00
|
|
|
script:
|
|
|
|
- npm test
|
|
|
|
- npm run build
|
2016-04-24 03:14:39 +02:00
|
|
|
|
2018-07-11 17:56:13 +02:00
|
|
|
after_success:
|
|
|
|
- pip install --user awscli
|
|
|
|
- export PATH=$PATH:$HOME/.local/bin
|
|
|
|
- npm run deploy
|
2016-04-24 03:14:39 +02:00
|
|
|
|
|
|
|
notifications:
|
2016-04-24 13:45:29 +02:00
|
|
|
email: false
|
2016-04-24 03:14:39 +02:00
|
|
|
slack: kremalicious:LXLUCjkY5yaZaC9vHl9vIORr
|