carrot / ship

⛔️ currently unmaintained ⛔️
Other
151 stars 14 forks source link

Heroku API Breaking Change - requires HTTPS source_blob:url #50

Closed joshrowley closed 2 years ago

joshrowley commented 10 years ago

There's a change with Heroku's build and app-setup API so that the heroku deployer now returns a 400 status code. The Heroku deployer needs to be updated with this new change. See Heroku's changelog for more details.

joshrowley commented 10 years ago

Also, just reran the Travis build for v0.1.1 to confirm this issue.

jescalan commented 10 years ago

Ugh this is so annoying. So the breaking change is that the url you provide for them to download the source from now needs to be https. So it seems like we now need to serve up https from burner. I wish they would just allow us to POST files...

jescalan commented 9 years ago

Update: this fix is still in progress. We now have an SSL cert in place for the temporary host, but heroku does not like the SSL cert for some reason and can't verify it. Hopefully to be resolved shortly!