try and add ssh keys

master
Jonatan Nilsson 2021-12-02 11:19:55 +00:00
parent dc67a1bd5e
commit 3b8405021a
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,9 @@ jobs:
- image: circleci/node:latest
working_directory: ~/app
steps:
- add_ssh_keys:
fingerprints:
- "9d:a2:fe:4c:56:e8:f7:91:14:ed:b8:dd:34:98:25:e9"
- checkout
- run:
name: Install npm deployment app