diff --git a/app.json b/app.json index 87d566f1..a53799ef 100644 --- a/app.json +++ b/app.json @@ -1,7 +1,7 @@ { "name": "cellxgene", "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", "keywords": [ "scientific", diff --git a/docs/posts/hosted.md b/docs/posts/hosted.md index 3122237d..6882abd0 100644 --- a/docs/posts/hosted.md +++ b/docs/posts/hosted.md @@ -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: - + Deploy diff --git a/experiments/heroku/README.md b/experiments/heroku/README.md index bc13c8e2..7f98a7ea 100644 --- a/experiments/heroku/README.md +++ b/experiments/heroku/README.md @@ -4,7 +4,7 @@ Clicking on the following button will forward you to Heroku to begin the deployment process: - + Deploy diff --git a/heroku.yml b/heroku.yml index aee32125..75050a73 100644 --- a/heroku.yml +++ b/heroku.yml @@ -2,4 +2,4 @@ build: docker: web: experiments/heroku/Dockerfile 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