ci: add credijusto/ssh orb to setup git server in known hosts
This commit is contained in:
parent
188f7986b6
commit
382761e484
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue