about summary refs log tree commit diff
path: root/production-deploy.sh
diff options
context:
space:
mode:
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 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