Files
yoga/.travis.yml

26 lines
349 B
YAML
Raw Normal View History

language: node_js
node_js:
- "8"
install:
- cd website
- yarn --ignore-scripts
- cd ..
script:
- cd website
- yarn build
- cd ..
deploy:
provider: pages
skip-cleanup: true
github-token: $GITHUB_TOKEN
fqdn: yogalayout.com
local-dir: website/public
email: yogabot@fb.com
name: Yoga-bot
keep-history: true
on:
branch: master