guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: berlin: Automate updates to bootstrappable


From: Ludovic Courtès
Subject: branch master updated: hydra: berlin: Automate updates to bootstrappable.org.
Date: Thu, 14 Oct 2021 07:12:19 -0400

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

civodul pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new b8d25fc  hydra: berlin: Automate updates to bootstrappable.org.
b8d25fc is described below

commit b8d25fc43a51e0d8259e88c808ebd68c729fffa8
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Oct 14 13:11:17 2021 +0200

    hydra: berlin: Automate updates to bootstrappable.org.
    
    * hydra/berlin.scm <services>: Add 'static-web-site-service-type'
    instance for 'bootstrappable.org'.
    * hydra/nginx/berlin.scm (%berlin-servers): Change 'root' for
    bootstrappable.org.
---
 hydra/berlin.scm       | 7 +++++++
 hydra/nginx/berlin.scm | 4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/hydra/berlin.scm b/hydra/berlin.scm
index 33d3a1d..909a324 100644
--- a/hydra/berlin.scm
+++ b/hydra/berlin.scm
@@ -346,6 +346,13 @@ Happy hacking!\n"))
                         '(("GUIX_MANUAL" . "guix-cookbook")
                           ("GUIX_WEB_SITE_URL" . "/")))))
 
+             ;; The bootstrappable.org web site.
+             (service static-web-site-service-type
+                      (static-web-site-configuration
+                       (git-url
+                        
"https://git.savannah.gnu.org/git/guix/bootstrappable.git";)
+                       (directory "/srv/bootstrappable.org")))
+
              ;; GWL web site.
              (service gwl-web-service-type)
              (service mumi-service-type
diff --git a/hydra/nginx/berlin.scm b/hydra/nginx/berlin.scm
index d49bd4b..4713d7b 100644
--- a/hydra/nginx/berlin.scm
+++ b/hydra/nginx/berlin.scm
@@ -825,7 +825,7 @@ PUBLISH-URL."
     (listen '("80"))
     (server-name '("bootstrappable.org"
                    "www.bootstrappable.org"))
-    (root "/home/rekado/bootstrappable.org")
+    (root "/srv/bootstrappable.org")
     (raw-content
      (list
       "access_log /var/log/nginx/bootstrappable.access.log;")))
@@ -931,7 +931,7 @@ PUBLISH-URL."
                    "www.bootstrappable.org"))
     (ssl-certificate (le "bootstrappable.org"))
     (ssl-certificate-key (le "bootstrappable.org" 'key))
-    (root "/home/rekado/bootstrappable.org")
+    (root "/srv/bootstrappable.org")
     (locations
      (list (nginx-location-configuration ;certbot
             (uri "/.well-known")



reply via email to

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