ember-cli-github-pages
ember-cli-github-pages copied to clipboard
Readme deploy script does not build for production
should be
ember build --environment production && ember github-pages:commit --message \"Deploy gh-pages from commit $(git rev-parse HEAD)\" && git push origin gh-pages:gh-pages
instead