8000 Set Git identity on deploy · Demivan/eslint-plugin-vue@d931875 · GitHub
[go: up one dir, main page]

Skip to content

Commit d931875

Browse files
committed
Set Git identity on deploy
1 parent 8721d3f commit d931875

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/deploy.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ set -e
44
npm run docs:build
55
cd docs/.vuepress/dist
66

7+
git config --global user.email "circleci@circleci.com"
8+
git config --global user.name "CircleCI"
9+
710
git init
811
git add -A
912
git commit -m 'deploy'
3716

0 commit comments

Comments
 (0)
0