So I have a Heroku free account. Trying to run my portfolio from it. It uses a json file to contain my blog posts and portfolio information. I can update it through a basic CMS I created for it.
I wrote an article, and saved it, but I woke up the next day and checked, and the article was gone. I tested this theory by trying again with a test article. Again, the next day the article had gone. I was left with just the initial article I pushed to Heroku when I published the project.
Does this mean the Heroku free dyno does not retain the file system, and in-fact re-builds the entire project every time it spins down, then gets spun up again? It certainly appears this way.
Can somebody confirm this for me?
Thanks.