mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-14 09:05:17 +01:00
24 lines
329 B
YAML
24 lines
329 B
YAML
language: node_js
|
|
node_js: node
|
|
|
|
cache:
|
|
directories:
|
|
- node_modules
|
|
- public
|
|
|
|
install:
|
|
- npm i
|
|
|
|
script:
|
|
- npm test
|
|
- npm run build
|
|
|
|
after_success:
|
|
- pip install --user awscli
|
|
- export PATH=$PATH:$HOME/.local/bin
|
|
- npm run deploy
|
|
|
|
notifications:
|
|
email: false
|
|
slack: kremalicious:LXLUCjkY5yaZaC9vHl9vIORr
|