-
Notifications
You must be signed in to change notification settings - Fork 24
Description
Is your feature request related to a problem? Please describe.
It's frustrating to have to wait 10-15 minutes (slower on a low-bandwidth connection) to make small changes to the code, eg changing the value of a constant. In cases where the deployed version needs to be tested (local version won't work), this is very time-consuming.
Describe the solution you'd like
A way to re-deploy or otherwise change the code live, without having to go through the entire process that builds a new container, etc.
Describe alternatives you've considered
Building locally or waiting.
Additional context
This is especially relevant to mobile builds, where testing needs to use the deployed version for various compatibility reasons.
Thanks, and thanks for this Fantastic resource.