Is it possible to deploy a django project to heroku without putting the project in git? -
i wondering if possible deploy heroku out putting django project on git?
my question. have app on heroku. want make changes it. computer had soruce code crashed. how download project files heroku?
no. ( there plugin that, why bother. but.. - https://github.com/ddollar/heroku-push)
but have git init
setup repo, , push heroku remote after setting app. don't have publish repo anywhere.
you can code using:
heroku clone <appname>
Comments
Post a Comment