cobyism / ghost-on-heroku

One-button Heroku deploy for the Ghost blogging platform.
MIT License
743 stars 686 forks source link

Theme deleted on a re-deploy #143

Closed chinds185a closed 6 years ago

chinds185a commented 6 years ago

Is there a way for us to have persistent storage for a custom ghost theme, my heroku instance may get re-deployed and restarted by the heroku service without my knowing, or the free version of heroku will spin down the instance every 30 minutes.

When the server comes backup the theme is gone due to the lack of persistent storage with heroku, which to me makes this deploy button useless unless you are only going to use the default built in casper theme.

ifvictr commented 6 years ago

@chinds185a Just install the theme before you deploy it on Heroku.

nicktheo59 commented 6 years ago

But would all other data still persist? Pretty sure images after added do not. The solution is to use an S3 bucket but I'm looking for good instructions on how to do this.