aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-11-15 10:26:11 -0500
committerDrew DeVault <sir@cmpwn.com>2018-11-15 10:26:11 -0500
commit7ac71f7ffc1a98daecc2ee4bd4f2569f078e961a (patch)
tree08c5a4545775c8b59fd8fd171d3e94776a3f3ec7
parent428a1af7f36afe7bb6c7a8acb807b97a001f70d5 (diff)
downloadsr.ht-docs-7ac71f7ffc1a98daecc2ee4bd4f2569f078e961a.tar.gz
Expand on builds.sr.ht integrations
-rw-r--r--builds.sr.ht/index.md16
1 files changed, 11 insertions, 5 deletions
diff --git a/builds.sr.ht/index.md b/builds.sr.ht/index.md
index a566d39..bb0089e 100644
--- a/builds.sr.ht/index.md
+++ b/builds.sr.ht/index.md
@@ -108,10 +108,16 @@ modify it to communicate state between build steps.
Do you have something that integrates with builds.sr.ht? Submit a patch for this
page!
+## dispatch.sr.ht
+
+[dispatch.sr.ht](https://dispatch.sr.ht) offers a variety of integrations with
+builds.sr.ht, including support for connecting builds.sr.ht to external services
+like GitHub. This should be your first stop when looking for an integration.
+
## git.sr.ht
-git.sr.ht can submit builds for you if you store your manifest in the
-repository as `.build.yml`. Each time you push, a build with this manifest will
-be submitted. If the repo you pushed to is present in the manifest's sources
-array, we'll edit it to point to the ref you just pushed. You can also submit
-several builds on each push by providing `.builds/*.yml`.
+git.sr.ht will automatically submit builds for you if you store a manifest in
+the repository as `.build.yml`. Each time you push, a build with this manifest
+will be submitted. If the repo you pushed to is present in the manifest's
+sources array, we'll edit it to point to the ref you just pushed. You can also
+submit several builds on each push by providing `.builds/*.yml`.