about summary refs log tree commit diff
path: root/production-deploy.sh
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2025-08-22 10:42:36 -0500
committerFrederick Muriuki Muriithi2025-10-08 08:52:17 -0500
commit0e5ff000d5493503acac2c7c0c8c87fe9a881776 (patch)
treef77a4adf3856307276fa3f1e1b6135df62b46f69 /production-deploy.sh
parentec2cc2d4131d7f0b3104cf45ab2a59ad26d9e7dc (diff)
downloadgn-machines-0e5ff000d5493503acac2c7c0c8c87fe9a881776.tar.gz
Setup path to gn-docs correctly.
Diffstat (limited to 'production-deploy.sh')
-rwxr-xr-xproduction-deploy.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/production-deploy.sh b/production-deploy.sh
index 7cd1cc7..c8e30fe 100755
--- a/production-deploy.sh
+++ b/production-deploy.sh
@@ -43,6 +43,7 @@ container_script=$(guix system container \
                         --share=/export/guix-containers/genenetwork/var/genenetwork/sessions=/var/genenetwork/sessions \
                         --share=/export/guix-containers/genenetwork/var/lib/genenetwork/uploader=/var/lib/genenetwork/uploader \
                         --share=/export/guix-containers/genenetwork/var/lib/genenetwork/sqlite/gn-uploader=/var/lib/genenetwork/sqlite/gn-uploader \
+                        --share=/export/guix-containers/genenetwork/var/lib/genenetwork/gn-guile=/var/lib/genenetwork/gn-guile \
                         production.scm)
 
 echo $container_script