Fixed a wrong github user used for deployment of gh-pages
Reviewed By: mkonicek Differential Revision: D2927075 fb-gh-sync-id: b3a7d1541d11d7d9ebf01f72dac48847750968f8 shipit-source-id: b3a7d1541d11d7d9ebf01f72dac48847750968f8
This commit is contained in:
parent
228a1fe7d4
commit
7d7508e25b
|
@ -78,4 +78,4 @@ deployment:
|
|||
- git config --global user.email "bestnader@fb.com"
|
||||
- git config --global user.name "Website Deployment Script"
|
||||
- echo "machine github.com login reactjs-bot password $GITHUB_TOKEN" > ~/.netrc
|
||||
- cd website && GIT_USER=bestander npm run gh-pages
|
||||
- cd website && GIT_USER=reactjs-bot npm run gh-pages
|
||||
|
|
Loading…
Reference in New Issue