diff options
author | Sol Fisher Romanoff <sol@solfisher.com> | 2021-04-23 19:35:12 +0300 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2021-04-23 13:11:29 -0400 |
commit | 2337aea9161fea02d9922d7b67e6a1c5dd100c7c (patch) | |
tree | bc48fab6f2d8183809246114c6b2ecf3246f737d | |
parent | d183f8becdb35148833d6fe5759d37719812a973 (diff) | |
download | sr.ht-docs-2337aea9161fea02d9922d7b67e6a1c5dd100c7c.tar.gz |
Add note about payments in builds docs
-rw-r--r-- | builds.sr.ht/index.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/builds.sr.ht/index.md b/builds.sr.ht/index.md index 735cf02..54e4518 100644 --- a/builds.sr.ht/index.md +++ b/builds.sr.ht/index.md @@ -8,6 +8,14 @@ your specifications and run your scripts in it. This is generally used to compile and test patches, deploy websites, build and publish packages, and so on. +<div class="alert alert-info"> + <strong>Heads up:</strong> builds.sr.ht is going to require users to have a + paid account ahead of the larger <a href="https://man.sr.ht/billing-faq.md"> + beta payment migration</a>. Refer to + <a href="https://man.sr.ht/ops/builds.sr.ht-migration.md">this page</a> for + details. +</div> + **See also**: - [Build manifest reference](manifest.md) |