Hi,
-
For my Shopify store, Is there an app or other way to deploy only certain changes so the whole production doesn’t get overwritten. The use case is that say the site needed to be restored from last week backup, but you don’t want to overwrite the blog posts that were written in that week, can I use GitHub actions or some method of custom deployment?
-
Ideally would like Dev, Staging and Production where we can deploy from one environment to another.
Thanks