try and add ssh keys

This commit is contained in:
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 - image: circleci/node:latest
working_directory: ~/app working_directory: ~/app
steps: steps:
- add_ssh_keys:
fingerprints:
- "9d:a2:fe:4c:56:e8:f7:91:14:ed:b8:dd:34:98:25:e9"
- checkout - checkout
- run: - run:
name: Install npm deployment app name: Install npm deployment app