Files
dokploy/apps/dokploy
Mauricio Siu b06138b230 fix: prevent webhook deploy crash when commit data lacks modified files (#4470)
shouldDeploy passed undefined/null entries from commit.modified straight
into micromatch, which throws "Expected input to be a string" and fails
every webhook deployment when watch paths are configured. Filter out
non-string values before matching.
2026-05-22 16:46:26 -06:00
..
2026-05-13 01:03:59 -06:00
2026-04-05 02:29:17 +00:00
2025-07-14 15:30:24 +09:00