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
If I cancel the spin deploy command before it finishes, the deployment can end up in an incomplete state. The bindle may be uploaded, but no application has been created.
We should figure out a way to capture that signal and roll back any changes (if possible).
The text was updated successfully, but these errors were encountered:
One snag here will be the fact that a bindle is immutable once uploaded. There is no way to delete it from the server. And because POST /api/apps requires the bindle ID to be present on the server, we need to upload at least one bindle ID before calling that endpoint.
If I cancel the
spin deploy
command before it finishes, the deployment can end up in an incomplete state. The bindle may be uploaded, but no application has been created.We should figure out a way to capture that signal and roll back any changes (if possible).
The text was updated successfully, but these errors were encountered: