mirror of
https://github.com/dokku/dokku.git
synced 2026-02-24 04:00:36 +01:00
The DOKKU_PID now never gets overwritten except in the case that DOKKU is executed by the sudo user. If the command ends up executing a deploy, then the pid of the `dokku` owned process - which may have been executed via sudo - will be written to the file lock, allowing future commands to interact with the original process. Additionally, the new builds plugin can be used to handle killing a build.
5 lines
85 B
TOML
5 lines
85 B
TOML
[plugin]
|
|
description = "dokku core builds plugin"
|
|
version = "0.33.6"
|
|
[plugin.config]
|