#2484·dokploy

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:

Image

According to the code,

https://github.com/Dokploy/dokploy/blob/7273c636a0725881ef36440ae687c4e3ba84dd25/apps/dokploy/pages/api/deploy/%5BrefreshToken%5D.ts#L248-L313

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