feat: add clouflare pages button to integrations page

This commit is contained in:
Stijn-Kuijper
2023-06-13 11:12:12 +02:00
parent 41dd2fda8a
commit db28536ea8
2 changed files with 11 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ export const INTEGRATION_CIRCLECI = "circleci";
export const INTEGRATION_TRAVISCI = "travisci";
export const INTEGRATION_SUPABASE = 'supabase';
export const INTEGRATION_CHECKLY = 'checkly';
export const INTEGRATION_CLOUDFLARE_PAGES = 'cloudflare-pages';
export const INTEGRATION_HASHICORP_VAULT = 'hashicorp-vault';
export const INTEGRATION_SET = new Set([
INTEGRATION_AZURE_KEY_VAULT,
@@ -65,6 +66,7 @@ export const INTEGRATION_CIRCLECI_API_URL = "https://circleci.com/api";
export const INTEGRATION_TRAVISCI_API_URL = "https://api.travis-ci.com";
export const INTEGRATION_SUPABASE_API_URL = 'https://api.supabase.com';
export const INTEGRATION_CHECKLY_API_URL = 'https://api.checklyhq.com';
export const INTEGRATION_CLOUDFLARE_PAGES_API_URL = 'https://api.cloudflare.com';
export const getIntegrationOptions = async () => {
const INTEGRATION_OPTIONS = [
@@ -221,6 +223,15 @@ export const getIntegrationOptions = async () => {
type: '',
clientId: '',
docsLink: ''
},
{
name: 'Cloudflare Pages',
slug: 'cloudflare-pages',
image: 'Cloudflare.png',
isAvailable: true,
type: 'pat',
clientId: '',
docsLink: ''
}
]

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB