CultivateLabs/storytime

Deploy to Heroku not working

jalagrange opened this issue · 5 comments

Hey guys, just wanted to point out that your "Deploy to Heroku" button is not working... everything seemd to be deploying as expected but then this was the output:

"There was an issue building your app. This can mean your app.json's project is not a valid Heroku application. Please ensure your app is deployable to Heroku and try again."

and the log file:

Discovering process types
Procfile declares types -> web, worker
Default types for Ruby -> console, rake
-----> Compressing... done, 56.2MB
-----> Launching... failed
! Push failed: error creating release
! Please try pushing again.
! If the problem persists, see http://help.heroku.com/

Hmm…maybe try again? I just deployed using that button. It finished successfully, and the app is up and running.


Sent from Mailbox

On Tue, Apr 28, 2015 at 11:11 AM, jalagrange notifications@github.com
wrote:

Hey guys, just wanted to point out that your "Deploy to Heroku" button is not working... everything seemd to be deploying as expected but then this was the output:
"There was an issue building your app. This can mean your app.json's project is not a valid Heroku application. Please ensure your app is deployable to Heroku and try again."
and the log file:
Discovering process types
Procfile declares types -> web, worker
Default types for Ruby -> console, rake
-----> Compressing... done, 56.2MB
-----> Launching... failed
! Push failed: error creating release
! Please try pushing again.

! If the problem persists, see http://help.heroku.com/

Reply to this email directly or view it on GitHub:
#152

Alright, let me try again, il get back to you.

On Tue, Apr 28, 2015 at 11:13 AM, David Van Der Beek <
notifications@github.com> wrote:

Hmm…maybe try again? I just deployed using that button. It finished
successfully, and the app is up and running.


Sent from Mailbox

On Tue, Apr 28, 2015 at 11:11 AM, jalagrange notifications@github.com
wrote:

Hey guys, just wanted to point out that your "Deploy to Heroku" button
is not working... everything seemd to be deploying as expected but then
this was the output:
"There was an issue building your app. This can mean your app.json's
project is not a valid Heroku application. Please ensure your app is
deployable to Heroku and try again."
and the log file:
Discovering process types
Procfile declares types -> web, worker
Default types for Ruby -> console, rake
-----> Compressing... done, 56.2MB
-----> Launching... failed
! Push failed: error creating release
! Please try pushing again.

! If the problem persists, see http://help.heroku.com/

Reply to this email directly or view it on GitHub:
#152


Reply to this email directly or view it on GitHub
#152 (comment)
.

Actually, hold on for a sec. I used the button on our example app's readme. The one on here is missing some info. Let me fix it quickly

It works David, thanks!

On Tue, Apr 28, 2015 at 11:18 AM, David Van Der Beek <
notifications@github.com> wrote:

Actually, hold on for a sec. I used the button on our example app's
readme. The one on here is missing some info. Let me fix it quickly


Reply to this email directly or view it on GitHub
#152 (comment)
.

Sure thing. If you have problems opening the Site Settings modal, that is because there were 2 migrations missing in the example app. I just added those, so you might need to push those up to your heroku app and migrate the database if you deployed before they got added.