serverless-sentry-plugin icon indicating copy to clipboard operation
serverless-sentry-plugin copied to clipboard

Do not (re-)deploy to Sentry if not necessary

Open arabold opened this issue 7 years ago • 0 comments

Add a check for this.serverless.service.provider.shouldNotDeploy to determine if we need to deploy to sentry or not. If no code changes were reported by Serverless, there's no reason to create a deploy even in Sentry either.

https://github.com/serverless/serverless/pull/3838

arabold avatar Jul 07 '17 18:07 arabold