Skip to content

Commit 583044c

Browse files
yangshunfacebook-github-bot
authored andcommitted
Fix Travis website deployment (#2274)
Summary: **Summary** Sorry I messed up the deployment commands for the new website. SSH mode should not be used. **Test Plan** Can't really test locally (or rather, troublesome to test Travis configs locally). Can we try to land it? Pull Request resolved: facebookarchive/draft-js#2274 Reviewed By: claudiopro Differential Revision: D18807347 Pulled By: yangshun fbshipit-source-id: 82c8bfa0565a4328315ae89bd23bd1d2d6e43a62
1 parent a1ef87e commit 583044c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ script:
4949
git config --global user.name "Travis CI"
5050
git config --global user.email "[email protected]"
5151
echo "machine github.com login reactjs-bot password $GITHUB_TOKEN" > ~/.netrc
52-
cd website && yarn install && GIT_USER=reactjs-bot USE_SSH=true yarn deploy
52+
cd website && yarn install && GIT_USER=reactjs-bot yarn deploy
5353
else
5454
# Make sure the website builds without error
5555
cd website && yarn install && yarn build

0 commit comments

Comments
 (0)