mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-15 12:47:56 +08:00
fix url launching on Heroku deployments (#1196)
* fix improper branch link * set app to use dataset link * temp repo change * revert to master * add options var * tweak option order * remove options config arg
This commit is contained in:
committed by
GitHub
parent
62e944796b
commit
cc890fe391
2
app.json
2
app.json
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "cellxgene",
|
"name": "cellxgene",
|
||||||
"description": "An interactive explorer for single-cell transcriptomics data",
|
"description": "An interactive explorer for single-cell transcriptomics data",
|
||||||
"repository": "https://github.com/chanzuckerberg/cellxgene/",
|
"repository": "https://github.com/chanzuckerberg/cellxgene",
|
||||||
"logo": "https://cellxgene-example-data.czi.technology/favicon.png",
|
"logo": "https://cellxgene-example-data.czi.technology/favicon.png",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"scientific",
|
"scientific",
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ If you know of other solutions, drop us a note and we'll add to this list.
|
|||||||
|
|
||||||
Clicking on the following button will forward you to Heroku to begin the deployment process:
|
Clicking on the following button will forward you to Heroku to begin the deployment process:
|
||||||
|
|
||||||
<a href="https://heroku.com/deploy?template=https://github.com/chanzuckerberg/cellxgene/tree/heroku">
|
<a href="https://heroku.com/deploy?template=https://github.com/chanzuckerberg/cellxgene">
|
||||||
<img src="https://www.herokucdn.com/deploy/button.svg" alt="Deploy">
|
<img src="https://www.herokucdn.com/deploy/button.svg" alt="Deploy">
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Clicking on the following button will forward you to Heroku to begin the deployment process:
|
Clicking on the following button will forward you to Heroku to begin the deployment process:
|
||||||
|
|
||||||
<a href="https://heroku.com/deploy?template=https://github.com/chanzuckerberg/cellxgene/tree/heroku">
|
<a href="https://heroku.com/deploy?template=https://github.com/chanzuckerberg/cellxgene">
|
||||||
<img src="https://www.herokucdn.com/deploy/button.svg" alt="Deploy">
|
<img src="https://www.herokucdn.com/deploy/button.svg" alt="Deploy">
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
|||||||
@@ -2,4 +2,4 @@ build:
|
|||||||
docker:
|
docker:
|
||||||
web: experiments/heroku/Dockerfile
|
web: experiments/heroku/Dockerfile
|
||||||
run:
|
run:
|
||||||
web: curl -o dataset.h5ad $DATASET && cellxgene launch dataset.h5ad --host 0.0.0.0 --port $PORT
|
web: cellxgene launch $DATASET --host 0.0.0.0 --port $PORT
|
||||||
|
|||||||
Reference in New Issue
Block a user