diff options
-rw-r--r-- | builds.sr.ht/index.md | 16 |
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`. |