quantified-uncertainty / metaforecast

Fetch forecasts from prediction markets/forecasting platforms to make them searchable. Integrate these forecasts into other services.
https://metaforecast.org/
MIT License
56 stars 5 forks source link

Heroku not automatically building from Github #62

Closed NunoSempere closed 1 year ago

NunoSempere commented 2 years ago

See https://status.heroku.com/

berekuk commented 2 years ago

We can deploy by pushing to heroku's git for now:

heroku git:remote -a metaforecast-backend
git push heroku master
berekuk commented 1 year ago

Automatic deployments on Heroku are currently working.