Support specifying commit info in the url when triggering deploy by webhook
Author: typed-sigtermCreated Aug 29, 2025Updated Sep 16, 2026
Labelsenhancement
What problem will this feature address?
Currently, the origin of these info are undocumented:
According to the code,
it assumes the webhook are always github/gitlab/bitbucket/gitea/docker format. It would be nice if there's a simpler and documented way to specify these for custom use (eg. manually curl in CI).
Describe the solution you'd like
https://example.com/api/deploy/foo-bar?commit_id=&commit_message=&..., or JSON body.
Describe alternatives you've considered
N/A
Additional context
No response
Will you send a PR to implement it?
No
Source: Dokploy/dokploy