ci: add credijusto/ssh orb to setup git server in known hosts

This commit is contained in:
Derrick Hammer 2023-04-23 08:28:18 -04:00
parent 188f7986b6
commit 382761e484
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 3 additions and 2 deletions

View File

@ -2,8 +2,7 @@ version: 2.1
orbs:
node: circleci/node@5.1.0
ssh: credijusto/ssh@0.5.2
jobs:
setup:
docker:
@ -13,6 +12,8 @@ jobs:
fingerprints:
- "47:cf:a1:17:d9:81:8e:c5:51:e5:53:c8:33:e4:33:b9"
- checkout
- ssh/ssh-add-host:
host_url: GITEA_HOST
workflows:
release:
jobs: