Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/providers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ export type ProviderName =
| "cirrus"
| "cloudflare_pages"
| "cloudflare_workers"
| "google_cloudrun"
| "google_cloudrun_job"
| "codebuild"
| "codefresh"
| "drone"
Expand Down Expand Up @@ -72,6 +74,8 @@ const providers: InternalProvider[] = [
["CIRRUS", "CIRRUS_CI"],
["CLOUDFLARE_PAGES", "CF_PAGES", { ci: true }],
["CLOUDFLARE_WORKERS", "WORKERS_CI", { ci: true }],
["GOOGLE_CLOUDRUN", "K_SERVICE", { ci: true }],
["GOOGLE_CLOUDRUN_JOB", "CLOUD_RUN_JOB", { ci: true }],
["CODEBUILD", "CODEBUILD_BUILD_ARN"],
["CODEFRESH", "CF_BUILD_ID"],
["DRONE"],
Expand Down