1

First I setup A records for canary.fireflysemantics.com.

Then waited an hour (Not sure if time matters?).

I created a brand new repository: https://github.com/fireflysemantics/canary/

I then pushed the app using ng deploy like this:

ng deploy --base-href=https://canary.fireflysemantics.com --cname=canary.fireflysemantics.com

And the files are now in the repository github-pages branch:

https://github.com/fireflysemantics/canary

However they are not being published / built and the CNAME is not being showed as picked up by the UI, so I assume that it is not seen either:

enter image description here

Thoughts?

Ole
  • 41,793
  • 59
  • 191
  • 359
  • Have you tried pushing any changes? After you push the change it will get rebuild. – Plochie Jan 05 '20 at 03:55
  • Yes I tried that. It does not work. In order to get it to work I first have to create the `gh-pages` branch manually and initialize it with a simple `index.html` page. That will deploy fast. I can then run the angular command to push the entire Angular app, and then it works. – Ole Jan 05 '20 at 14:16

0 Answers0