aboutsummaryrefslogtreecommitdiff
path: root/production-deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'production-deploy.sh')
-rwxr-xr-xproduction-deploy.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/production-deploy.sh b/production-deploy.sh
index 1be4167..ae858d9 100755
--- a/production-deploy.sh
+++ b/production-deploy.sh
@@ -33,8 +33,8 @@ container_script=$(guix system container \
--share=/export/guix-containers/genenetwork/var/log=/var/log \
--share=/export/guix-containers/genenetwork/etc/genenetwork=/etc/genenetwork \
--share=/export/guix-containers/genenetwork/var/lib/xapian=/var/lib/xapian \
- --share=/export/guix-containers/genenetwork/var/lib/genenetwork-sqlite=/var/lib/genenetwork-sqlite \
- --share=/export/guix-containers/genenetwork/var/lib/genenetwork-gnqa=/var/lib/genenetwork-gnqa \
+ --share=/export/guix-containers/genenetwork/var/lib/genenetwork/sqlite/gn-auth=/var/lib/genenetwork/sqlite/gn-auth \
+ --share=/export/guix-containers/genenetwork/var/lib/genenetwork/sqlite/genenetwork3=/var/lib/genenetwork/sqlite/genenetwork3 \
--share=/var/run/mysqld=/run/mysqld \
--share=/export/guix-containers/genenetwork/var/lib/gn-docs.git=/var/lib/gn-docs.git \
--share=/export/guix-containers/genenetwork/tmp=/opt/gn/tmp \