mirror of
https://github.com/serverless/serverless.git
synced 2025-12-08 19:46:03 +00:00
Until now, failed stack deploys when using deploymentBucket to specify an existing bucket were left in ROLLBACK_COMPLETE state. This required manual 'sls remove' before a redeploy. Fixes #6612, follow-up of incomplete fix in #5631