forked from Github/ocrcc-chatbox
adding gh email and name (#109)
This commit is contained in:
parent
24b04ab812
commit
5effd8175d
@ -26,6 +26,8 @@ jobs:
|
|||||||
name: deploy
|
name: deploy
|
||||||
command: |
|
command: |
|
||||||
if [ "$CIRCLE_BRANCH" = "master" ]; then
|
if [ "$CIRCLE_BRANCH" = "master" ]; then
|
||||||
|
git config --global user.email $GH_EMAIL
|
||||||
|
git config --global user.name $GH_NAME
|
||||||
npm run deploy
|
npm run deploy
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user