Will my "product" experience downtime when I publish my "codebase"/"admin panel"
I'm working on a classic "link-in-bio" project, where the "product" (profile page) is small and will almost never receive updates. The admin panel part is however big and will be updated most. The project is just solidjs (not start). I'm hosting on AWS amplify and when I push my codebase to Git, it publishes the website.
1. Will the "product"/profile experience downtime when the codebase is being published?
2. Can I somehow ignore publishing the <Page /> if there are no changes? (Or is this already how it works?)
The app looks something like this:
0 Replies