/wait-for-now

Uses GitHub status to wait for a Now deployment to complete.

Primary LanguageJavaScriptMIT LicenseMIT

wait-for-now

Build Status npm Codecov.io

Uses GitHub status to wait for a Now deployment to complete.

Installation

Yarn

$ yarn add wait-for-now

npm

$ npm install --save wait-for-now

Usage

Requires the following environment variables:

  • GITHUB_API_TOKEN with repo_deployment scope
  • TRAVIS_PULL_REQUEST_SHA (automatically provided by travis)
  • TRAVIS_REPO_SLUG (automatically provided by travis)
  • ZEIT_API_TOKEN
$ wait-for-now

Change Log

Full Change Log

v1.1.2 (2018-11-07)

  • [478985789b] - Fix bug with Now status context name (Neil Kistner)
  • [fad56ead3a] - Upgrade dependencies (Neil Kistner)

License

MIT © Neil Kistner