Skip to content
This repository has been archived by the owner on Oct 19, 2021. It is now read-only.

Deploying to Heroku? #53

Open
jetlej opened this issue Jul 29, 2016 · 3 comments
Open

Deploying to Heroku? #53

jetlej opened this issue Jul 29, 2016 · 3 comments

Comments

@jetlej
Copy link

jetlej commented Jul 29, 2016

I've tried deploying to Heroku and adding a Procfile with this content:

python main.py

However it doesn't seem to be running. Any recommendations?

@traversc
Copy link

You need to change two things:

  1. the port number, which you should read from the local environment.
  2. the IP address, should be 0.0.0.0 not 127.whatever

@jetlej
Copy link
Author

jetlej commented Aug 2, 2016

@traversc - Thanks! Would you mind telling me how to find the port #? The reason I'm pushing to Heroku is because Python setup runs into errors when trying to fun this.

@traversc
Copy link

traversc commented Aug 2, 2016

Two days late, as the latest update blocked the game from running at Heroku IP addresses.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants