Skip to content

Commit

Permalink
Update update.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
betich committed Nov 22, 2023
1 parent fa4a96c commit 68cc746
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions update.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const config = [
['sso-mock.freshmen2023.sgcu.in.th', 'CNAME', 'cname.deploys.app'],
['outline.sgcu.in.th', 'CNAME', 'cname.deploys.app'],
['db.isd.sgcu.in.th', 'CNAME', 'cname.deploys.app'],
['isd.sgcu.in.th', 'CNAME', 'isd-sgcu.github.io'],
[
'_cf-custom-hostname.api.freshmen2023.sgcu.in.th',
'TXT',
Expand Down Expand Up @@ -52,13 +53,6 @@ const config = [
// github pages
['_github-challenge-isd-sgcu-org.isd.sgcu.in.th', 'TXT', '58ca596357'],
['_github-challenge-isd-sgcu-org', 'TXT', '3df16b06cd'],

// point your apex domain to github ips

['sgcu.in.th', 'A', '185.199.108.153'],
['sgcu.in.th', 'A', '185.199.109.153'],
['sgcu.in.th', 'A', '185.199.110.153'],
['sgcu.in.th', 'A', '185.199.111.153'],
]

const zoneId = process.env.CLOUDFLARE_ZONE_ID
Expand Down

0 comments on commit 68cc746

Please sign in to comment.