Skip to content

Commit

Permalink
Merge pull request #162 from isomerpages/staging
Browse files Browse the repository at this point in the history
Update tech.gov.sg and polyforum.edu.sg
  • Loading branch information
dcshzj authored Jun 24, 2024
2 parents 67ffca6 + 41763e3 commit bb138bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dns/polyforum.edu.sg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const createRecords = (zoneId: string): Record[] => {
zoneId: zoneId,
aliases: [
{
name: "d1fryh21qt36du.cloudfront.net",
name: "d16ndug8c1zwvm.cloudfront.net",
zoneId: CLOUDFRONT_HOSTED_ZONE_ID,
evaluateTargetHealth: false,
},
Expand All @@ -22,7 +22,7 @@ export const createRecords = (zoneId: string): Record[] => {
zoneId: zoneId,
aliases: [
{
name: "d1fryh21qt36du.cloudfront.net",
name: "d16ndug8c1zwvm.cloudfront.net",
zoneId: CLOUDFRONT_HOSTED_ZONE_ID,
evaluateTargetHealth: false,
},
Expand Down
4 changes: 2 additions & 2 deletions dns/tech.gov.sg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const createRecords = (zoneId: string): Record[] => {
zoneId: zoneId,
aliases: [
{
name: "d2npg7f9tujyfj.cloudfront.net",
name: "d23xucvrgmiexr.cloudfront.net",
zoneId: CLOUDFRONT_HOSTED_ZONE_ID,
evaluateTargetHealth: false,
},
Expand All @@ -22,7 +22,7 @@ export const createRecords = (zoneId: string): Record[] => {
zoneId: zoneId,
aliases: [
{
name: "d2npg7f9tujyfj.cloudfront.net",
name: "d23xucvrgmiexr.cloudfront.net",
zoneId: CLOUDFRONT_HOSTED_ZONE_ID,
evaluateTargetHealth: false,
},
Expand Down

0 comments on commit bb138bf

Please sign in to comment.