Skip to content

Commit 91f1090

Browse files
committed
2 parents 6c61aef + f57f3e6 commit 91f1090

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

backend/src/variables/integration.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const INTEGRATION_OPTIONS = [
4747
name: 'Vercel',
4848
slug: 'vercel',
4949
image: 'Vercel',
50-
isAvailable: false,
50+
isAvailable: true,
5151
type: 'vercel',
5252
clientId: '',
5353
clientSlug: CLIENT_SLUG_VERCEL,
@@ -57,7 +57,7 @@ const INTEGRATION_OPTIONS = [
5757
name: 'Netlify',
5858
slug: 'netlify',
5959
image: 'Netlify',
60-
isAvailable: false,
60+
isAvailable: true,
6161
type: 'oauth2',
6262
clientId: CLIENT_ID_NETLIFY,
6363
docsLink: ''
@@ -66,7 +66,7 @@ const INTEGRATION_OPTIONS = [
6666
name: 'GitHub',
6767
slug: 'github',
6868
image: 'GitHub',
69-
isAvailable: false,
69+
isAvailable: true,
7070
type: 'oauth2',
7171
clientId: CLIENT_ID_GITHUB,
7272
docsLink: ''

0 commit comments

Comments
 (0)