diff options
| author | Frederick Muriuki Muriithi | 2026-03-05 09:19:42 -0600 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2026-03-05 09:19:42 -0600 |
| commit | 25531707f57840200e99ae286dfd54236d493744 (patch) | |
| tree | 52f468193075ae65c2909cb8e090f982a52df28c | |
| parent | d2e21ad083af3cf6c2cc718d4e660c486e0ef216 (diff) | |
| download | gn-machines-25531707f57840200e99ae286dfd54236d493744.tar.gz | |
production: (gn-guile) Explicitly specify the working directory.
| -rw-r--r-- | production.scm | 1 |
1 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))) |
