diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-03-03 15:14:14 -0700 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-03-03 15:14:14 -0700 |
commit | e0470b9ee92edd5c14ab5f9e8fd43505e45d02a0 (patch) | |
tree | 4c044e56fbe2fb719c5caccf2216bc94b24ec9b2 /tutorials/builds.sr.ht/index.html | |
parent | 25857b68b6e1b0782ef89d760b4651395f0bfb34 (diff) | |
download | sr.ht-docs-e0470b9ee92edd5c14ab5f9e8fd43505e45d02a0.tar.gz |
Add build secrets doc
Diffstat (limited to 'tutorials/builds.sr.ht/index.html')
-rw-r--r-- | tutorials/builds.sr.ht/index.html | 35 |
1 files changed, 5 insertions, 30 deletions
diff --git a/tutorials/builds.sr.ht/index.html b/tutorials/builds.sr.ht/index.html index 38b952f..3661341 100644 --- a/tutorials/builds.sr.ht/index.html +++ b/tutorials/builds.sr.ht/index.html @@ -14,7 +14,7 @@ Running your first few jobs on our continuous integration platform, builds.sr.ht. </p> - <a href="../getting-started-with-builds.md" class="btn btn-default"> + <a href="../getting-started-with-builds.md" class="btn btn-success"> Read more <span class="icon icon-caret-right"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path d="M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z"/></svg> @@ -35,44 +35,19 @@ </span> </a> </div> -<!-- <div class="tutorial"> - <h3>Contributing to projects on sr.ht</h3> + <h3>Handling secrets in your build manifests</h3> <p> - How to configure git to send emails and sending your first patches. + You can add secrets like SSH keys to your builds to automate deployments + and more. </p> - <a href="contributing-to-projects.md" class="btn btn-default"> + <a href="using-build-secrets.md" class="btn btn-default"> Read more <span class="icon icon-caret-right"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path d="M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z"/></svg> </span> </a> </div> -<div class="tutorial"> - <h3>Accepting patches from a mailing list</h3> - <p> - Integrating patches from mailing lists into your own projects. - </p> - <a href="accepting-patches-from-lists.md" class="btn btn-default"> - Read more - <span class="icon icon-caret-right"> - <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path d="M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z"/></svg> - </span> - </a> -</div> -<div class="tutorial"> - <h3>Using secrets on builds.sr.ht</h3> - <p> - How to securely use secret data in builds.sr.ht jobs. - </p> - <a href="using-secrets-in-builds.md" class="btn btn-default"> - Read more - <span class="icon icon-caret-right"> - <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path d="M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z"/></svg> - </span> - </a> -</div> ---> <hr /> <div class="alert alert-primary"> <strong>More tutorials are coming!</strong> |