Skip to content

Commit

Permalink
Detect vercel again after rebranding in gatsby-telemetry (#25883)
Browse files Browse the repository at this point in the history
* Detect vercel again after rebranding as per https://vercel.com/docs/v2/build-step

* Add another Vercel NOW matcher
  • Loading branch information
jamo committed Jul 20, 2020
1 parent 6f0d756 commit 76d97eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/gatsby-core-utils/src/ci.ts
Expand Up @@ -4,6 +4,8 @@ const CI_DEFINITIONS = [
envFromCIAndCIName,
getEnvDetect({ key: `NOW_BUILDER_ANNOTATE`, name: `ZEIT Now` }),
getEnvDetect({ key: `NOW_REGION`, name: `ZEIT Now v1` }),
getEnvDetect({ key: `VERCEL_URL`, name: `Vercel Now` }),
getEnvDetect({ key: `NOW_BUILDER`, name: `Vercel Now` }),
herokuDetect,
getEnvFromCIInfo,
envFromCIWithNoName,
Expand Down

0 comments on commit 76d97eb

Please sign in to comment.