mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
With the introduciton of procfile-util, scaling a non-existent process to 0 was disabled. This brings back that functionality, allowing users to scale all processes to 0. This is especially useful when a user has accidentally scaled a non-existent process up, causing deploys to fail without any way to revert outside of manually editing files. Closes #3428