diff options
Diffstat (limited to 'dispatch.sr.ht/index.md')
-rw-r--r-- | dispatch.sr.ht/index.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dispatch.sr.ht/index.md b/dispatch.sr.ht/index.md new file mode 100644 index 0000000..bbb6c22 --- /dev/null +++ b/dispatch.sr.ht/index.md @@ -0,0 +1,17 @@ +[dispatch.sr.ht](https://dispatch.sr.ht) is a service on sr.ht that can be used +to automate tasks in response to various events. It's often used, for example, +to automate the submission of builds.sr.ht jobs in response to, for example, git +commits. It's designed to support many other automations as well. + +# Dashboard + +On the dashboard we see a searchable list of your configured tasks. Clicking +each task will take you to a settings page. On the left is the "Configure new +task" button, used for that purpose. + +# Configuring new tasks + +The list of available tasks is shown on the [task configuration +page](https://dispatch.sr.ht/configure). Select a task to configure it, and you +will be taken to a task-specific configuration page. Documentation for each task +is available on these pages. |