diff options
-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 |