This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo "Switch to gh-pages branch" | |
git checkout gh-pages | |
git merge master | |
echo "Clean up" | |
rm -rf dist | |
echo "Create new production build" | |
ember build --environment production |