Skip to content

Commit

Permalink
feat: added railway and vercel docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nimish-ks committed Nov 11, 2024
1 parent 61c5460 commit 2d3595d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/components/syncing/CreateProviderCredentials.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ export const CreateProviderCredentials = (props: {
return 'https://docs.phase.dev/integrations/platforms/github-actions'
else if (provider.id === 'gitlab')
return 'https://docs.phase.dev/integrations/platforms/gitlab-ci'
else if (provider.id === 'railway')
return 'https://docs.phase.dev/integrations/platforms/railway'
else if (provider.id === 'vercel')
return 'https://docs.phase.dev/integrations/platforms/vercel'
else return 'https://docs.phase.dev/integrations'
}

Expand Down

0 comments on commit 2d3595d

Please sign in to comment.