Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve stack management by automatically removing templates on sls remove when disableAutoDeploy is false #147

Merged
merged 1 commit into from
Jan 10, 2024

Conversation

Enase
Copy link
Owner

@Enase Enase commented Jan 10, 2024

The behavior of auto-deploy has been updated.
Starting now, when the disableAutoDeploy configuration value is set to false,
the plugin will automatically remove templates during the before:remove:remove serverless internal event.
This change enhances stack management and helps prevent unintended template retention
when executing the sls remove command to remove the AWS CloudFormation stack.
Fixes #141

@Enase Enase force-pushed the auto-remove branch 3 times, most recently from 06b434c to 75a0b02 Compare January 10, 2024 19:36
…ates on sls remove when disableAutoDeploy is false
@Enase Enase merged commit c01fb69 into master Jan 10, 2024
@Enase Enase deleted the auto-remove branch January 10, 2024 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature request: Remove template on sls remove
1 participant