[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: hydra: dns: Flip ci to CloudFront.
From: |
Chris Marusich |
Subject: |
02/02: hydra: dns: Flip ci to CloudFront. |
Date: |
Wed, 1 May 2019 20:30:30 -0400 (EDT) |
marusich pushed a commit to branch master
in repository maintenance.
commit 9eaec166ef755a30785a3efae5dda97df10e4fe4
Author: Chris Marusich <address@hidden>
Date: Wed May 1 16:01:09 2019 -0700
hydra: dns: Flip ci to CloudFront.
* hydra/modules/sysadmin/dns.scm (guix.gnu.org.zone) <ci>: Change this
CNAME record's value to d1aw3orh0yrgph.cloudfront.net
(guix.gnu.org-zone) <serial>: Increment it.
---
hydra/modules/sysadmin/dns.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/hydra/modules/sysadmin/dns.scm b/hydra/modules/sysadmin/dns.scm
index ec6c2bd..44e2ee0 100644
--- a/hydra/modules/sysadmin/dns.scm
+++ b/hydra/modules/sysadmin/dns.scm
@@ -90,7 +90,8 @@
;; Services.
("issues" "" "IN" "A" berlin-ip4)
("issues" "" "IN" "AAAA" berlin-ip6)
- ("ci" "" "IN" "CNAME" "berlin")
+ ;; charlie-distribution. See: cdn/terraform/cloudfront.tf.
+ ("ci" "" "IN" "CNAME" "d1aw3orh0yrgph.cloudfront.net")
;; This record is required in order to prove to Amazon ACM that we
;; own the domain. As long as it exists, ACM will automatically
@@ -104,4 +105,4 @@
(zone (zone-file
(origin "guix.gnu.org")
(entries guix.gnu.org.zone)
- (serial 2019050102)))))
+ (serial 2019050103)))))