mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-23 14:46:26 +00:00
Added git config stuff
This commit is contained in:
parent
44741ffe04
commit
3e12f806db
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user