Skip to content

Commit

Permalink
heroku: include protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
inodb committed Feb 11, 2019
1 parent 6b3f1b7 commit 800c0bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -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}

0 comments on commit 800c0bb

Please sign in to comment.