diff options
author | Frederick Muriuki Muriithi | 2025-08-22 10:42:36 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-10-08 08:52:17 -0500 |
commit | 0e5ff000d5493503acac2c7c0c8c87fe9a881776 (patch) | |
tree | f77a4adf3856307276fa3f1e1b6135df62b46f69 | |
parent | ec2cc2d4131d7f0b3104cf45ab2a59ad26d9e7dc (diff) | |
download | gn-machines-0e5ff000d5493503acac2c7c0c8c87fe9a881776.tar.gz |
Setup path to gn-docs correctly.
-rwxr-xr-x | production-deploy.sh | 1 | ||||
-rw-r--r-- | production.scm | 2 |
2 files changed, 2 insertions, 1 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 diff --git a/production.scm b/production.scm index ffa75da..bfd9e48 100644 --- a/production.scm +++ b/production.scm @@ -88,7 +88,7 @@ (llm-db-path "/var/lib/genenetwork/sqlite/genenetwork3/llm.db") (gn3-alias-server-port 9800) (gn-tmpdir "/opt/gn/tmp") - (gn-doc-git-checkout "/var/lib/gn-docs.git") + (gn-doc-git-checkout "/var/lib/genenetwork/gn-guile/gn-docs.git") (log-level 'debug))) (service gn-uploader-service-type (gn-uploader-configuration |