Added git config stuff

This commit is contained in:
Jonas Dellinger 2020-06-04 18:34:19 +02:00
parent 44741ffe04
commit 3e12f806db

View File

@ -10,6 +10,9 @@ if [ -z "$APPVEYOR_PULL_REQUEST_NUMBER" ]; then
chmod 700 ~/.ssh
chmod 600 ~/.ssh/id_rsa
git config --global user.email "jonas@dellinger.dev"
git config --global user.name "AppVeyor Docs Builder"
cd ./SpotifyAPI.Docs
yarn
USE_SSH=true GIT_USER=JohnnyCrazy yarn deploy