Summary: Use examples license in config files. Reviewed By: sophiebits Differential Revision: D7174444 fbshipit-source-id: 50c2369b18abd9d7fff9b4a66788fd67a5b40a0c
26 lines
349 B
YAML
26 lines
349 B
YAML
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
|