aboutsummaryrefslogtreecommitdiff
path: root/production-deploy.sh
diff options
context:
space:
mode:
authorArun Isaac2024-03-01 11:28:58 +0000
committerArun Isaac2024-03-01 11:32:41 +0000
commit1dc59cdfeeaebdbfe58a4cf7c8a72795e61bbc6a (patch)
tree8077df041ac2f9a104f3b5b1be2de45f08b80f76 /production-deploy.sh
parentc032c737b5d2d791d388618e3c79403d3a16fe21 (diff)
downloadgn-machines-1dc59cdfeeaebdbfe58a4cf7c8a72795e61bbc6a.tar.gz
Set ownership of secrets files.
* genenetwork/services/genenetwork.scm (genenetwork-activation): Set ownership of secrets files. * production-deploy.sh: Mount secrets files read-write.
Diffstat (limited to 'production-deploy.sh')
-rwxr-xr-xproduction-deploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/production-deploy.sh b/production-deploy.sh
index e7c4004..67c1167 100755
--- a/production-deploy.sh
+++ b/production-deploy.sh
@@ -28,7 +28,7 @@ container_script=$(guix system container \
--share=/export2/guix-containers/genenetwork/var/lib/acme=/var/lib/acme \
--share=/export2/guix-containers/genenetwork/var/lib/mysql=/var/lib/mysql \
--share=/export2/guix-containers/genenetwork/var/lib/virtuoso=/var/lib/virtuoso \
- --expose=/export2/guix-containers/genenetwork/etc/genenetwork=/etc/genenetwork \
+ --share=/export2/guix-containers/genenetwork/etc/genenetwork=/etc/genenetwork \
--expose=/export/data/genenetwork-xapian \
--share=/export/data/genenetwork-sqlite \
--expose=/export/data/genenetwork/genotype_files \