From 3a5fb6ab2fe3061bd7a537cca3c7d246b573f652 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Sat, 23 Mar 2024 13:52:19 +0100 Subject: [PATCH] docs: upload pub key --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2b5283d..b739fcb 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,9 @@ DOCKER_CONTEXT=example.org \ Run `abra app secret ls ` to get a hint about the exact formatting of the secret name. +Then, you need to upload the public SSH key part to the Git repository settings +as a "Deploy key". In Gitea, that is `Repository Settings > Deploy keys`. + You can then deploy and the deploy key will be loaded before cloning the private repository. #### HTTP Basic Auth & Private repository