emoji-cheat-sheet/scripts/deploy.sh

10 lines
299 B
Bash
Raw Normal View History

2019-04-09 23:25:38 +08:00
yarn generate
2017-07-16 00:19:14 +08:00
git config --global user.name ikatyang-bot
git config --global user.email ikatyang+bot@gmail.com
git config --global push.default simple
git add --all
git commit -m "docs(readme): update emoji-cheat-sheet"
2017-07-17 00:14:20 +08:00
git push -q "https://$GH_TOKEN@github.com/$TRAVIS_REPO_SLUG.git" HEAD:master