0

I was working on a pet project wherein I was using heroku and git. After committing the code when I ran the website,some new web pages were created on heroku. Now ,I want to download all those new files onto my computer.How do I achieve this ?

I tried git clone git://project.url.here but it just downloaded the files I committed ,not the new ones that were generated on heroku.

putvande
15.3k3 gold badges37 silver badges51 bronze badges
asked Aug 16, 2013 at 8:15

1 Answer 1

2

You would need for your app to have some kind of a /download endpoint where it would serve these new pages. Use authentication etc.

Just note that each time a Dyno is restarted it will erase all the files you've created. I'm assuming thy we're created on the file system of course.

answered Aug 16, 2013 at 10:17
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.