diff options
author | Frederick Muriuki Muriithi | 2025-01-28 12:11:24 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-01-28 12:11:24 -0600 |
commit | 5f5bb2976c6c16ba25c7dae6286d061f501da3dc (patch) | |
tree | 72edf17d1b63d9e9b95adac09a7d78cc950a3e09 | |
parent | 537eb2401513b4eb7ed23c4fb3c4731a86e1308c (diff) | |
download | gn-machines-5f5bb2976c6c16ba25c7dae6286d061f501da3dc.tar.gz |
Link to existing gn-docs.
The uploader container will not concern it with editing the gn-docs
repository, but might still need it present to allow the system to
run. This ensures it is present.
-rwxr-xr-x | uploader-deploy.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/uploader-deploy.sh b/uploader-deploy.sh index 7c0db5c..f4fa651 100755 --- a/uploader-deploy.sh +++ b/uploader-deploy.sh @@ -55,6 +55,7 @@ container_script=$(guix system container \ --share=/var/run/mysqld3307=/run/mysqld \ --share=/export/data/uploader/genenetwork-gnqa=/var/lib/genenetwork-gnqa \ --share=/var/run/mysqld3307=/run/mysqld \ + --share=/export/data/gn-docs \ uploader.scm) echo "${container_script}" |