Skip to content

Commit

Permalink
feat(provider): add railway support (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
o-az authored Dec 22, 2023
1 parent a5e0ee5 commit 3250631
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/providers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ export type ProviderName =
| "stormkit"
| "cleavr"
| "zeabur"
| "codesphere";
| "codesphere"
| "railway";

type InternalProvider = [
providerName: Uppercase<ProviderName>,
Expand Down Expand Up @@ -102,6 +103,8 @@ const providers: InternalProvider[] = [
["CLEAVR"],
["ZEABUR"],
["CODESPHERE", "CODESPHERE_APP_ID", { ci: true }],
["RAILWAY", "RAILWAY_PROJECT_ID"],
["RAILWAY", "RAILWAY_SERVICE_ID"],
];

export type ProviderInfo = {
Expand Down

0 comments on commit 3250631

Please sign in to comment.