In cases where we want to set the deployment as pending, and then update it later to success. In most cases within the same GitHub deployment workflow.
But in cases where we deploy to a predeploy and do not automatically swap. Rather perform manually regression or enable a canary, we need to be able to update an existing deployment record later.
Provider a way to update said existing deployment with a completion status.
In cases where we want to set the deployment as pending, and then update it later to success. In most cases within the same GitHub deployment workflow.
But in cases where we deploy to a
predeployand do not automatically swap. Rather perform manually regression or enable a canary, we need to be able to update an existing deployment record later.Provider a way to update said existing deployment with a completion status.