Angular-cli: Deploy app on gh-pages on a custom domain

Created on 21 Aug 2016  路  5Comments  路  Source: angular/angular-cli

  1. OS: Ubuntu (15.10)
  2. Versions: 1.0.0-beta.10
  3. Repro steps:
    ng new app-name
    git add --all
    git remote add origin https://github.com/USERNAME/PROJECT_NAME.git
    git commit -m "message"
    git push origin master
    ng github-pages:deploy
  4. The app is deployed at https://username.github.io/app-name but I wish to deploy this app with a custom domain name. On the custom domain name, it is just showing "Loading...".
    I tried adding a CNAME file as well as setting the custom domain in the github repo settings.

Thanks!

help wanted 3 (nice to have)

Most helpful comment

+1. Would really like this functionality added

All 5 comments

We don't have this functionality yet, unfortunately.

I don't see any open PR's for this yet so I will take a look at this as long as it is still a community item?

+1. Would really like this functionality added

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

_This action has been performed automatically by a bot._

Was this page helpful?
0 / 5 - 0 ratings