Skip to content
This repository was archived by the owner on Mar 21, 2020. It is now read-only.

Fix Heroku deployments#33

Open
m1foley wants to merge 2 commits intothoughtbot:td-haskell-8from
polleverywhere:heroku-deploys
Open

Fix Heroku deployments#33
m1foley wants to merge 2 commits intothoughtbot:td-haskell-8from
polleverywhere:heroku-deploys

Conversation

@m1foley
Copy link

@m1foley m1foley commented Jun 6, 2018

Merely pushing to the registry doesn't deploy to Heroku. The additional container:release step is required.

Thoughtbot's Heroku app name was hardcoded in the script. The new HEROKU_APP_NAME env variable allows it to be changed per installation.

Running as a "web" process failed because Heroku expected it to listen to a port and aborted after 60s. This reclassifies it as a "worker" process.

REDIS_URL is added to env because it's a required env variable.

#32 should be merged before this.

Mike Foley added 2 commits June 6, 2018 10:29
Merely pushing to the registry doesn't deploy to Heroku. The additional
container:release step is required.

Thoughtbot's Heroku app name was hardcoded in the script. The new
`HEROKU_APP_NAME` env variable allows it to be changed per installation.

Running as a "web" process failed because Heroku expected it to listen
to a port. This reclassifies it as a "worker" process.

REDIS_URL is added to `env` because it's a required env variable.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants