Skip to content

Commit

Permalink
Add a point at the end of the record to see what happens
Browse files Browse the repository at this point in the history
  • Loading branch information
betich committed Jul 2, 2023
1 parent adad8cd commit d03b122
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions update.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ 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'],
['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 d03b122

Please sign in to comment.