There was an error while loading. Please reload this page.
1 parent 2ce0b13 commit 7de863cCopy full SHA for 7de863c
src/providers.ts
@@ -19,6 +19,8 @@ export type ProviderName =
19
| "cirrus"
20
| "cloudflare_pages"
21
| "cloudflare_workers"
22
+ | "google_cloudrun"
23
+ | "google_cloudrun_job"
24
| "codebuild"
25
| "codefresh"
26
| "drone"
@@ -75,6 +77,8 @@ const providers: InternalProvider[] = [
75
77
["CIRRUS", "CIRRUS_CI"],
76
78
["CLOUDFLARE_PAGES", "CF_PAGES", { ci: true }],
79
["CLOUDFLARE_WORKERS", "WORKERS_CI", { ci: true }],
80
+ ["GOOGLE_CLOUDRUN", "K_SERVICE"],
81
+ ["GOOGLE_CLOUDRUN_JOB", "CLOUD_RUN_JOB"],
82
["CODEBUILD", "CODEBUILD_BUILD_ARN"],
83
["CODEFRESH", "CF_BUILD_ID"],
84
["DRONE"],
0 commit comments