api-platform-heroku icon indicating copy to clipboard operation
api-platform-heroku copied to clipboard

Error on Procfile?

Open brunoreis opened this issue 7 years ago • 1 comments

I got this error now:

2018-01-05T13:49:26.279740+00:00 heroku[web.1]: Starting process with command `bin/heroku-php-apache2 web/`
2018-01-05T13:49:27.711200+00:00 app[web.1]: bash: bin/heroku-php-apache2: No such file or directory
2018-01-05T13:49:27.777956+00:00 heroku[web.1]: State changed from starting to crashed

I will investigate...

brunoreis avatar Jan 05 '18 13:01 brunoreis

My solution was: remove the Procfile.... symfony will detect the heroki deploy and create it. this is what was created:

web: heroku-php-apache2 web

brunoreis avatar Jan 05 '18 14:01 brunoreis