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 on heroku without pushing from git.
I am not too keen on using git as it's another thing to setup and i don't need any collaborators on this project, also if i want to keep my code private i have to sign-up to a premium account. Both of those seem kind of backwards if all i want to do is upload a project to heroku.
Does any one know a way round this where i can upload a local file directly from the command line ?