Skip to content

Commit

Permalink
Add A Records to Github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
betich committed Jul 2, 2023
1 parent 5831bfb commit adad8cd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions update.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +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'],
]

const zoneId = process.env.CLOUDFLARE_ZONE_ID
Expand Down

0 comments on commit adad8cd

Please sign in to comment.