diff options
author | BonfaceKilz | 2022-01-05 17:01:24 +0300 |
---|---|---|
committer | GitHub | 2022-01-05 17:01:24 +0300 |
commit | 0b1643e87cf4303db3673dcf3cf240aeb4d518cb (patch) | |
tree | 62ed5cae507303a469c040eb47a8b5b70b3a1a93 /.guix_deploy | |
parent | ac28fb48e4e3197de6bfeef332198b70689837c9 (diff) | |
parent | af52afa4318feadfa3cd1cc4dcdd3d86907f68a4 (diff) | |
download | genenetwork3-0b1643e87cf4303db3673dcf3cf240aeb4d518cb.tar.gz |
Merge branch 'main' into fix/check-for-duplicates-before-deletions-or-insertions
Diffstat (limited to '.guix_deploy')
-rw-r--r-- | .guix_deploy | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.guix_deploy b/.guix_deploy new file mode 100644 index 0000000..c7bbb5b --- /dev/null +++ b/.guix_deploy @@ -0,0 +1,8 @@ +# Deploy script on tux01 +# +# echo Run tests: +# echo python -m unittest discover -v +# echo Run service (single process): +# echo flask run --port=8080 + +/home/wrk/opt/guix-pull/bin/guix shell -L /home/wrk/guix-bioinformatics/ --expose=$HOME/production/genotype_files/ -C -N -Df guix.scm |