about summary refs log tree commit diff
path: root/production-deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'production-deploy.sh')
-rwxr-xr-xproduction-deploy.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/production-deploy.sh b/production-deploy.sh
index c8e30fe..8fb3d36 100755
--- a/production-deploy.sh
+++ b/production-deploy.sh
@@ -3,6 +3,7 @@
 # genenetwork-machines --- Guix configuration for genenetwork machines
 # Copyright © 2022, 2024 Arun Isaac <arunisaac@systemreboot.net>
 # Copyright © 2024 Frederick Muriuki Muriithi <fredmanglis@protonmail.com>
+# Copyright © 2026 Munyoki Kilyungi <me@bonfacemunyoki.com>
 #
 # This file is part of genenetwork-machines.
 #
@@ -24,7 +25,8 @@
 
 container_script=$(guix system container \
                         --network \
-                        --load-path=. \
+                        --load-path=./guix/ \
+			--load-path=./ \
                         --verbosity=3 \
                         --share=/export/guix-containers/genenetwork/var/genenetwork=/var/genenetwork \
                         --share=/export/guix-containers/genenetwork/var/lib/acme=/var/lib/acme \