# Copyright (c) 2014-present, Facebook, Inc. # All rights reserved. # # This source code is licensed under the BSD-style license found in the # LICENSE file in the root directory of this source tree. An additional grant # of patent rights can be found in the PATENTS file in the same directory. 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