DEV Community

Discussion on: How to deploy a Laravel/Vue App to Heroku

Collapse
 
shumonbalok profile image
shumonbalok

When i push to heroku this error. Please help
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'git.heroku.com/herokuexample098.git'

Collapse
 
eduvin profile image
Chinedu Ogama

You have to commit your changes before you push to Heroku.

Collapse
 
igudy profile image
igudy

I'm currently experiencing the same error, please how did you solve it