diff options
author | Sol Fisher Romanoff <sol@solfisher.com> | 2021-05-16 10:47:31 +0300 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2021-05-16 14:09:03 -0400 |
commit | 655619212e4295430f6f8adc14b77a8e0db216f3 (patch) | |
tree | 9faa6b3c28f0d46e32c49188f7ff73eadca3ebe7 /builds.sr.ht/index.md | |
parent | 85fa43ca03fa2663a2f950d7e738eb0836b5449e (diff) | |
download | sr.ht-docs-655619212e4295430f6f8adc14b77a8e0db216f3.tar.gz |
s/hyphen/em dash/g
Diffstat (limited to 'builds.sr.ht/index.md')
-rw-r--r-- | builds.sr.ht/index.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/builds.sr.ht/index.md b/builds.sr.ht/index.md index 54e4518..831fa71 100644 --- a/builds.sr.ht/index.md +++ b/builds.sr.ht/index.md @@ -28,12 +28,12 @@ on. # How jobs are submitted Unlike some other build systems, builds.sr.ht does not let you configure builds -on the website itself. Instead, you write build *manifests* - YAML files that +on the website itself. Instead, you write build *manifests* — YAML files that tell builds.sr.ht what to do. You can then submit these manifests via the API and we'll assign a runner and execute your job. For convenience, there are ways of submitting builds automatically throughout -the sr.ht ecosystem - for example by pushing to repositories on git.sr.ht. +the sr.ht ecosystem — for example by pushing to repositories on git.sr.ht. These integrations are [discussed below](#integrations). For details on submitting jobs via the API, see the [API reference](api.md). @@ -55,7 +55,7 @@ tasks: When you submit this build, we'll fire up a virtual machine running an up-to-date image of Alpine Linux. Then, we'll copy your scripts into the machine and run them one at a time. More complex build jobs will probably use more -features of the build.yml - here's an example that deploys +features of the build.yml — here's an example that deploys [web.synapse-bt.org](https://web.synapse-bt.org): ```yaml @@ -201,7 +201,7 @@ submitted, 4 manifests will be randomly chosen). ## hg.sr.ht hg.sr.ht will also automatically submit builds for you. The naming conventions -and other details are the same as the process used by git.sr.ht - described +and other details are the same as the process used by git.sr.ht — described above. ## hub.sr.ht |