Deployment of custom rooms to Heroku #226
Labels
environment-deploy
This kind of issue is related to environment deploy
good first issue
hacktoberfest
need review
Description
The Heroku button is great for a very quick PoC that shows us briefly what #Matrix can do but now I wanna make deepers tests with it.
I tried deploying manually (with Heroku CLI) by following the
variables.env
file instructions and I just can't make it work with Heroku deploys. Neitherdocker build
norheroku container:push
allow us to use the env_file at build. I tried editingdocker-entrypoint.sh
file to source the env_file at run time but with no success whatsoever.I see there is an issue with instructions to add variables manually in Heroku dashboard but we should really have a way to setup things with code.
Steps to Reproduce
First Try
variables.env
file as per instructions.docker-entrypoint.sh
file to sourcevariables.env
at runtime.heroku container:push web
heroku container:release web
heroku logs --tail
you'll see that the environment variables were not loaded. None of them.Second Try
variables.env
, editheroku.yml
and add variables tosetup > config
Expected Behavior
Current Behavior
Suggestion
The text was updated successfully, but these errors were encountered: