production: (gn-guile) Explicitly specify the working directory.
HEAD main1 files changed, 1 insertions, 0 deletions
diff --git a/production.scm b/production.scm
index 18a4839..ef5708b 100644
--- a/production.scm
+++ b/production.scm
@@ -89,6 +89,7 @@
(gn3-alias-server-port 9800)
(gn-tmpdir "/opt/gn/tmp")
(gn-doc-git-checkout "git@git.genenetwork.org:/home/git/public/gn-docs")
+ (gn-guile-working-dir "/var/lib/genenetwork/gn-guile/")
(gn-docs-working-branch "gn2-production-branch")
(gn-guile-ssh-identity-file "/opt/home/gn-guile/.ssh/id-ed25519-gn2-production-on-tux04")
(log-level 'debug)))
|