These steps used to work. First create the repository:
https://github.com/fireflysemantics/help-service-parts
Add the remote for it
git remote add origin [email protected]:fireflysemantics/help-service-parts.git
Add angular-cli-ghpages:
ng add angular-cli-ghpages
And deploy:
ng deploy --base-href=https://help-service-parts.fireflysemantics.com/ --cname=help-service-parts.fireflysemantics.com
After doing this it does create the cname record and I see all the files in the gp-pages branch:
https://github.com/fireflysemantics/help-service-parts
However when looking at the settings the custom domain field is not populated with the cname domain, and it says the site is ready to be published:
Your site is ready to be published at http://fireflysemantics.github.io/help-service-parts/.
But it does not appear at the url:
http://fireflysemantics.github.io/help-service-parts/
I have DNS set to resolve it on:
https://help-service-parts.fireflysemantics.com
Also.
Thoughts?
ng deploy --base-href='https://help-service-parts.fireflysemantics.com'