guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: hydra: bayfront: Add bayfront.guix.gnu.org to cer


From: Christopher Baines
Subject: branch master updated: hydra: bayfront: Add bayfront.guix.gnu.org to certbot domains.
Date: Mon, 20 Jan 2020 13:54:08 -0500

This is an automated email from the git hooks/post-receive script.

cbaines pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new a971598  hydra: bayfront: Add bayfront.guix.gnu.org to certbot domains.
a971598 is described below

commit a971598267e7b4d0f46c79589825ad499391aa27
Author: Christopher Baines <address@hidden>
AuthorDate: Mon Jan 20 18:52:11 2020 +0000

    hydra: bayfront: Add bayfront.guix.gnu.org to certbot domains.
    
    * hydra/bayfront.scm (%certbot-configuration): Add
    "bayfront.guix.gnu.org" to the certificate configuration domains.
---
 hydra/bayfront.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index 1c9dac2..8dfb0ad 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -67,7 +67,8 @@
    (email "address@hidden")
    (certificates
     (list (certificate-configuration
-           (domains '("bayfront.guix.info"
+           (domains '("bayfront.guix.gnu.org"
+                      "bayfront.guix.info"
                       "hpc.guix.info"
                       "guix-hpc.bordeaux.inria.fr"))
            (deploy-hook %nginx-deploy-hook))))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]