Im making a tiny web app, really just for personal testing, the app is built with php / mysql, i plan to host it on heroku, but i was wondering is it possible to host stuff
A current option recommended to replace heroku-push is heroku-builds.
With it, you can use heroku builds:create to deploy the current working directory to a Heroku app, among other things.
heroku builds:create