From 800c0bb832c84e8cb29d6a2f4da6d37c110daa39 Mon Sep 17 00:00:00 2001 From: Ino de Bruijn Date: Mon, 11 Feb 2019 14:02:42 -0500 Subject: [PATCH] heroku: include protocol --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index ad85169c6..9fc5d2c23 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: ls dist.backup || cp -a dist/ dist.backup; rm -rf dist; cp -a dist.backup dist; for f in $(find dist/ -type f); do sed -i "s|replace_me_env_cbioportal_url|${CBIOPORTAL_URL:-www.cbioportal.org}|g" $f; sed -i "s|replace_me_env_genome_nexus_url|${GENOME_NEXUS_URL:-www.genomenexus.org}|g" $f; done && pushstate-server dist ${PORT} +web: ls dist.backup || cp -a dist/ dist.backup; rm -rf dist; cp -a dist.backup dist; for f in $(find dist/ -type f); do sed -i "s|replace_me_env_cbioportal_url|${CBIOPORTAL_URL:-https://www.cbioportal.org}|g" $f; sed -i "s|replace_me_env_genome_nexus_url|${GENOME_NEXUS_URL:-https://www.genomenexus.org}|g" $f; done && pushstate-server dist ${PORT}