Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 873 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 873 Bytes

slash-command-processor-backend

Storage for any slash command-based (chatops) GitHub workflows used for backend software.

Commands

/deploy

Deploys application to a specified cluster.

Syntax

/deploy (cluster=) [commit|branch=] [chart-name=]

Examples

Posting a comment inside an issue:
/deploy cluster=erickube commit=xyz
/deploy cluster=erickube branch=develop chart-name=foo

Posting a comment inside a pull request:
/deploy cluster=siddkube
/deploy cluster=siddkube commit=xyz
/deploy cluster=siddkube chart-name=baaz

If no commit is given in a PR comment, the head commit is used.

Repositories that use this command need to include a GitHub workflow that runs on issue comment creation (example).