Skip to content

Commit 0077cf1

Browse files
committed
Add CircleCI deploy
1 parent 2d3f4c5 commit 0077cf1

File tree

3 files changed

+80
-29
lines changed

3 files changed

+80
-29
lines changed

.circleci/config.yml

+6-4
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,10 @@ jobs:
3030
- node_modules
3131
key: v1-dependencies-{{ checksum "package.json" }}
3232

33-
- add_ssh_keys:
34-
fingerprints:
35-
- '57:2a:5e:cb:f4:5a:b4:90:49:e2:5e:a3:3e:80:68:d7'
33+
- run: npm run build
3634

37-
- run: npm run deploy
35+
- run: git config credential.helper 'cache --timeout=120'
36+
- run: git config user.email "[email protected]"
37+
- run: git config user.name "CircleCI Auto Deploy"
38+
39+
- run: npm run circleci:deploy

0 commit comments

Comments
 (0)