Skip to content

Commit

Permalink
Remove GitHub A Domains
Browse files Browse the repository at this point in the history
  • Loading branch information
betich committed Jul 2, 2023
1 parent d03b122 commit f0efca7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions update.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ const config = [

// gh pages
['preview.freshmen2023.sgcu.in.th', 'CNAME', 'isd-sgcu.github.io'],
// A records to gh pages
['preview.freshmen2023.sgcu.in.th.', 'A', '185.199.108.153'],
['preview.freshmen2023.sgcu.in.th.', 'A', '185.199.109.153'],
['preview.freshmen2023.sgcu.in.th.', 'A', '185.199.110.153'],
['preview.freshmen2023.sgcu.in.th.', 'A', '185.199.111.153'],
// // A records to gh pages
// ['preview.freshmen2023.sgcu.in.th', 'A', '185.199.108.153'],
// ['preview.freshmen2023.sgcu.in.th', 'A', '185.199.109.153'],
// ['preview.freshmen2023.sgcu.in.th', 'A', '185.199.110.153'],
// ['preview.freshmen2023.sgcu.in.th', 'A', '185.199.111.153'],
]

const zoneId = process.env.CLOUDFLARE_ZONE_ID
Expand Down

0 comments on commit f0efca7

Please sign in to comment.