Skip to content

Commit

Permalink
feat(provider): add deno-deploy (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
markthree authored Sep 24, 2024
1 parent 41e7a6a commit 17b50aa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/providers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ export type ProviderName =
| "cleavr"
| "zeabur"
| "codesphere"
| "railway";
| "railway"
| "deno-deploy";

type InternalProvider = [
providerName: Uppercase<ProviderName>,
Expand Down Expand Up @@ -105,6 +106,7 @@ const providers: InternalProvider[] = [
["CODESPHERE", "CODESPHERE_APP_ID", { ci: true }],
["RAILWAY", "RAILWAY_PROJECT_ID"],
["RAILWAY", "RAILWAY_SERVICE_ID"],
["DENO-DEPLOY", "DENO_DEPLOYMENT_ID"],
];

export type ProviderInfo = {
Expand Down

0 comments on commit 17b50aa

Please sign in to comment.