Can I add comments when triggering a deployment using a webhook?
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 37.4k
- Forks
- 3k
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 73
Description
What problem will this feature address?
I'm using GitHub Workflow for automatic builds and requesting the dokploy webhook URL to trigger deployments. However, this method fails to deliver the correct comments after deployment, as shown in the following figure:
Describe the solution you'd like
It is recommended to add a comment parameter to the webhook request body so that you can know which features are launched each time.
Describe alternatives you've considered
Or is there already such a parameter that I'm not aware of? I have read the documentation
Additional context
No response
Will you send a PR to implement it?
Yes
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the webhook request body and deployment-comment handling described in the issue, then check the documentation to determine whether a comment parameter already exists. Done means the webhook accepts the intended comment value and the resulting deployment displays it, with documentation or tests updated as appropriate.
Written by the indexing model from the issue text.
Assessment
- Domain
- api, devops
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100