Forem Creators and Builders 🌱

Discussion on: Selfhost guide for Heroku

Collapse
 
lee profile image
Lee

ah cool, missed this 😎 looks like a lot has changed since I deployed prod into heroku. Is there no dependency on Cloudinary or Fastly now when you deploy?

Collapse
 
akhil profile image
Akhil Naidu

If you don't want Image Caching and Image Resizing(Which are very essential for a production app), you can stop using Cloudinary and Fastly; but you should use s3 bucket to store your images.

This way, you will not face any issues with images. Also, rather than creating a bucket in your preferred region use the region of Heroku.

Thread Thread
 
lee profile image
Lee

Gotcha, I actually run a prod instance on Heroku already that mirrors Dev. I am just interested in what’s changed since then how much more streamlined it is on Heroku, it was pretty difficult 2 years ago!

Thread Thread
 
akhil profile image
Akhil Naidu

I know πŸ˜‚ The practical dev repo made me a practical dev at that point of time.

Thread Thread
 
lee profile image
Lee

🀣🀣

Thread Thread
 
lee profile image
Lee

Fantastic learning experience though eh? I loved every minute of it 😎