You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every time I want to change some text within the website I need to create a new commit to do so. This results in a ballooning number of commits which are unrelated to logical changes.
Solution
Have some external, public facing and accessible storage that can be read asynchronously by calling this other storage.
The text was updated successfully, but these errors were encountered:
After reviewing a large set of cloud storage options none of them seemed to provide exactly what I wanted, or required signing up for some free tier, but still providing a credit card of some type. Although a very cool GitHub page with free dev tools.
Plan
I'm going to use google cloud storage since it's completely free, and upload files that get changed to the platform.
Problem
Every time I want to change some text within the website I need to create a new commit to do so. This results in a ballooning number of commits which are unrelated to logical changes.
Solution
Have some external, public facing and accessible storage that can be read asynchronously by calling this other storage.
The text was updated successfully, but these errors were encountered: