aboutsummaryrefslogtreecommitdiff
path: root/production-deploy.sh
diff options
context:
space:
mode:
authorMunyoki Kilyungi2024-12-23 11:17:56 +0300
committerMunyoki Kilyungi2025-01-06 22:24:58 +0300
commit800964a9211c59b02fc4696dac93d3c59eb621c4 (patch)
tree720c3a3af1d4fe13364085db7b448fd3abf13363 /production-deploy.sh
parent8490d297750afe38a93d84b1d86a27ec321a0160 (diff)
downloadgn-machines-800964a9211c59b02fc4696dac93d3c59eb621c4.tar.gz
Add gn-guile shepherd service genenetwork-service-type.
* genenetwork/services/genenetwork.scm: Import gn-guile, linux-container, git-minimal, shepherd, least-authority, forge utils. (<genenetwork-configuration>)[gn-guile-port, gn-doc-git-checkout]: New fields. (gn-guile-gexp): New g-exp for running gn-guile. (gn-guile-shepherd-service): New shepherd service to run gn-guile. (genenetwork-service-type): Add gn-guile-shepherd-service. * production-deploy.sh (container_script): Export gn-docs directory.
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 a744f41..bd95814 100755
--- a/production-deploy.sh
+++ b/production-deploy.sh
@@ -37,6 +37,7 @@ container_script=$(guix system container \
--share=/export2/guix-containers/genenetwork/var/lib/genenetwork-sqlite=/var/lib/genenetwork-sqlite \
--share=/export2/guix-containers/genenetwork/var/lib/genenetwork-gnqa=/var/lib/genenetwork-gnqa \
--share=/var/run/mysqld=/run/mysqld \
+ --share=/export/data/gn-docs/ \
--share=/export2/guix-containers/genenetwork/tmp=/tmp \
production.scm)