Skip to content

Commit d090f76

Browse files
author
Ives van Hoorne
committed
Fix CircleCI deploy
1 parent 0db23fd commit d090f76

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ jobs:
9797
- image: circleci/node:9.0
9898
working_directory: ~/codesandbox-client
9999
steps:
100+
- restore_cache:
101+
key: v1-repo-{{ .Environment.CIRCLE_SHA1 }}
100102
- restore_cache:
101103
key: v1-prod-build-cache-{{ .Environment.CIRCLE_BRANCH }}
102104
- add_ssh_keys:

0 commit comments

Comments
 (0)