diff options
author | Pjotr Prins | 2024-04-01 01:59:51 -0500 |
---|---|---|
committer | Pjotr Prins | 2024-04-01 02:54:51 -0500 |
commit | 0d551870499c886f900a5b87b2040db25e9a00cc (patch) | |
tree | 26d5cf12383b405258baa1e3a1c513c6cd094fde /fallback-deploy.sh | |
parent | bfb58e7db7c8529fc45940528c8c443fe9c00fd4 (diff) | |
download | gn-machines-0d551870499c886f900a5b87b2040db25e9a00cc.tar.gz |
fallback: have gn2 and gn3 share a source directory so we can update/debug source code for development. See
topics/systems/debug-and-developing-code-with-genenetwork-system-container.gmi
Diffstat (limited to 'fallback-deploy.sh')
-rwxr-xr-x | fallback-deploy.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fallback-deploy.sh b/fallback-deploy.sh index 782ccb7..6e2e9e9 100755 --- a/fallback-deploy.sh +++ b/fallback-deploy.sh @@ -40,6 +40,7 @@ container_script=$(guix system container \ --share=/export/data/genenetwork-sqlite \ --expose=/export/data/genenetwork/genotype_files \ --share=/var/run/mysqld=/run/mysqld \ + --share=/export/source/fallback-debug \ fallback.scm) name=/usr/local/bin/fallback-system-container |