diff options
author | Arun Isaac | 2022-05-05 14:23:19 +0530 |
---|---|---|
committer | Arun Isaac | 2022-05-05 14:23:19 +0530 |
commit | 97e171be13651d664f471afe7cd3bdd2a943ae96 (patch) | |
tree | ae022cbe47fbf3babf6498905b3bee62330932ee /README.md | |
parent | 019768fc2374044cd7701fb62272ee6b88897741 (diff) | |
download | genenetwork2-97e171be13651d664f471afe7cd3bdd2a943ae96.tar.gz |
Link to continuous deployment in README.
* README.md (Development): Link to continuous deployment.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -83,6 +83,11 @@ It may be useful to pull in the GN3 python modules locally. For this use `GN3_PYTHONPATH` environment that gets injected in the ./bin/genenetwork2 startup. +A continuously deployed instance of genenetwork2 is available at +[https://gn2dev.genenetwork.org/](https://gn2dev.genenetwork.org/). This +instance is redeployed on every commit provided that the [continuous +integration tests](https://ci.genenetwork.org/jobs/genenetwork2) pass. + ## Testing To have tests pass, the redis and mariadb instance should be running, because of |