From d3ba9d09a5735390872ffb6aada91060a6d0c8ec Mon Sep 17 00:00:00 2001 From: Ricard Illa Date: Sat, 3 Sep 2022 19:20:51 +0200 Subject: [PATCH] ci: moved to ssh certificates --- .woodpecker.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index 04adf08..ab02873 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -23,6 +23,8 @@ pipeline: user: woodpecker key: from_secret: ssh_key + key_cert: + from_secret: ssh_key_cert known_hosts: from_secret: known_hosts sources: ["html/www", "html/onion"]