Skip to content

Commit

Permalink
build: Fix config for deploying builds (#831)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts authored and MikeRyanDev committed Feb 16, 2018
1 parent 9fd6b3d commit 3e25543
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ jobs:
docker:
- image: circleci/node:latest-browsers
steps:
- add_ssh_keys:
fingerprints:
- "c9:c2:b4:5e:13:23:b6:6d:d8:29:3e:68:c6:40:9c:ec"
- checkout
- restore_cache:
key: *cache_key
Expand Down

0 comments on commit 3e25543

Please sign in to comment.