git - How can we access newly generated files on a hosting website like heroku? -
i working on pet project wherein using heroku , git. after committing code when ran website,some new web pages created on heroku. ,i want download new files onto computer.how achieve ?
i tried git clone git://project.url.here
downloaded files committed ,not new ones generated on heroku.
you need app have kind of /download endpoint serve these new pages. use authentication etc.
just note each time dyno restarted erase files you've created. i'm assuming thy we're created on file system of course.
Comments
Post a Comment