Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 872 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 872 Bytes

now-travis

This is a work-in-progress iteration on the official version of now-travis and the modifications made in the glamorous-website repo.

Installation

# NPM
npm install --dev @functionalfoundry/now-travis

# Yarn
yarn add --dev @functionalfoundry/now-travis

Usage

This version of now-travis requires the following environment variables to be defined:

  • ROOT_DIR — the directory to deploy
  • TRAVIS_INSTANCEcom or org
  • NOW_NAME — the name to use for deployments
  • NOW_ALIAS — the now.sh alias to use
  • NOW_TOKEN — an access token to deploy to now.sh
  • GH_TOKEN — a personal GitHub token to annotate PRs with deployment URLs

License

This project is licensed under the MIT License.