mirror of
https://github.com/kremalicious/portfolio.git
synced 2024-11-11 23:55:15 +01:00
23 lines
282 B
YAML
23 lines
282 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
|