mattpolito / paratrooper

Library for creating tasks that deploy to Heroku
MIT License
107 stars 19 forks source link

Create better handling around heroku forbidden access #71

Closed mattpolito closed 9 years ago

mattpolito commented 9 years ago
Heroku::API::Errors::Forbidden: Expected(200) <=> Actual(403 Forbidden)

body: "{\"id\":\"forbidden\",\"error\":\"You do not have access to the app [APPNAME].\"}"
iwz commented 9 years ago

:+1: I'm running into this on circleci at the moment, trying to deploy to staging after a green build. the error isn't very helpful, so any improvement here would be great