2016-10-28 82 views
0

我想讓loader.io與我的heroku應用程序的codeship一起工作。這是我收到的錯誤:請確保您的Heroku API密鑰在部署配置中正確配置

heroku-cli: Installing CLI... 22.45MB/22.45MB 
    The requested API endpoint was not found. Are you using the right HTTP 
    verb (i.e. `GET` vs. `POST`), and did you specify your intended version 
    with the `Accept` header? 
The application "URL FOR HEROKU" can't be accessed. Please make sure your Heroku API Key is configured correctly in the deployment configuration. 

我已經添加了ssh密鑰,但我仍然收到此錯誤。任何幫助?

回答

1

這似乎是一個錯誤部署到Heroku的時候,也許你使用的API密鑰或應用程序的名稱是無效的(即不使用SSH密鑰通知,但Heroku的API密鑰,如所描述here on Codeship docs

此外,我注意到您使用了術語「URL TO HEROKU」,請注意,您應該使用應用程序名稱,而不是完整的URL。