diff options
Diffstat (limited to 'tutorials/builds.sr.ht/using-build-secrets.md')
-rw-r--r-- | tutorials/builds.sr.ht/using-build-secrets.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tutorials/builds.sr.ht/using-build-secrets.md b/tutorials/builds.sr.ht/using-build-secrets.md index bcd965e..4a6e5dd 100644 --- a/tutorials/builds.sr.ht/using-build-secrets.md +++ b/tutorials/builds.sr.ht/using-build-secrets.md @@ -10,7 +10,7 @@ available to CI jobs. ## Our example build manifest Let's say we have a git repo with static HTML files that we'd like to deploy by -sending them to our webserver. A simple build manifest might look like this: +sending them to our web server. A simple build manifest might look like this: ```yml image: alpine/edge @@ -54,10 +54,10 @@ next step. Go to the [builds.sr.ht secret management dashboard](https://builds.sr.ht/secrets) and select "SSH key" for secret type, -then paste your key into the textbox. Click "submit" - and your new secret +then paste your key into the text box. Click "submit" - and your new secret should show up on the right, along with its UUID. -This UUID is used to uniquely identify this secret in build manifets. Copy this +This UUID is used to uniquely identify this secret in build manifests. Copy this UUID for the next step. ## Adding secrets to your build manifest |