Upload to heroku without git -


im making tiny web app, personal testing, app built php / mysql, plan host on heroku, wondering possible host stuff on heroku without pushing git.

i not keen on using git it's thing setup , don't need collaborators on project, if want keep code private have sign-up premium account. both of seem kind of backwards if want upload project heroku.

does 1 know way round can upload local file directly command line ?

you can use plugin heroku push built 1 of heroku engineers. can find @ https://github.com/ddollar/heroku-push. there isn't ftp style upload available if that's you're looking for.

also, because heroku uses git doesn't mean have have github account (since mention having have premium account). github provides additional place store code if working on in team. there absolutely no reason have use github use heroku.

update: heroku introduced programmatic builds let deploy tar file directly heroku via api. read more @ https://blog.heroku.com/archives/2013/12/20/programmatically_release_code_to_heroku_using_the_platform_api

update2: heroku have introduced http git - simpler without having deal ssh keys , such like. also, dropbox deployment pretty neat.


Comments

Popular posts from this blog

php - mySql Join with 4 tables -

css - Text drops down with smaller window -

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -