1.1.1 • Published 4 years ago

netlify-plugin-process-cleanup v1.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

netlify-plugin-process-cleanup

This is a Netlify Build Plugin that will cleanup any lingering processes after a build by sending them a kill signal.

Usage

Add the following to your netlify.toml:

[[plugins]]

package = "netlify-plugin-process-cleanup"

The default signal used is SIGKILL, to override that set the signal input variable:

[[plugins]]

package = "netlify-plugin-process-cleanup"

  [plugins.inputs]
  signal = "SIGTERM"
1.1.1

4 years ago

1.1.0

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago