Skip to content

Commit

Permalink
docs: fix deploy to gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Nov 17, 2015
1 parent 59f86fa commit a360a18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/authorize-push.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ if (!(process.env.CI && GH_TOKEN && repo)) {
process.exit(1)
}

exec('git remote set-url origin ' + repo.replace('https://', 'https://' + GH_TOKEN + '@') + ' && ')
exec('git config user.email [email protected] && ')
exec('git remote set-url origin ' + repo.replace('https://', 'https://' + GH_TOKEN + '@'))
exec('git config user.email [email protected]')
exec('git config user.name "Hoodie Bot"')

0 comments on commit a360a18

Please sign in to comment.