try and add ssh keys
This commit is contained in:
parent
dc67a1bd5e
commit
3b8405021a
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue