ember-cli-github-pages icon indicating copy to clipboard operation
ember-cli-github-pages copied to clipboard

Readme deploy script does not build for production

Open Alex-Aralis opened this issue 7 years ago • 0 comments

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

Alex-Aralis avatar Jun 06 '18 19:06 Alex-Aralis