diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-01-21 09:40:01 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2018-01-21 09:40:01 -0500 |
commit | 5444c46fb567ba19014181d0558a5edcdc1a6c6e (patch) | |
tree | 38ddd5bf1bc57d82786b898462e7f2e2a8c0d2d5 /builds.sr.ht/index.md | |
parent | dde54921f016da40f8d1a53e401055cfad97c7d1 (diff) | |
download | sr.ht-docs-5444c46fb567ba19014181d0558a5edcdc1a6c6e.tar.gz |
Add secrets docs
Diffstat (limited to 'builds.sr.ht/index.md')
-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 d02958f..0e302e2 100644 --- a/builds.sr.ht/index.md +++ b/builds.sr.ht/index.md @@ -79,6 +79,14 @@ Presently, the following build images are available: Additional images are possible - and not just of Linux distros. Please [email me](mailto:sir@cmpwn.com) if you'd like to see another image. +## Secrets + +builds.sr.ht can keep track of secrets for you, like SSH keys or PGP keys, and +include them in builds for the purpose of deployment. You can manage your +secrets at the [secrets dashboard](https://builds.sr.ht/secrets). Each secret +will only be included in the runtime image if the job was submitted using an +OAuth key which has access to the secrets specified in the build manifest. + ## Build environment Each task's script is given a preamble that looks like this: |