Skip to content

Deploy app on gh-pages on a custom domain #1781

Closed
@rishabhsethi

Description

@rishabhsethi
  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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    P5The team acknowledges the request but does not plan to address it, it remains open for discussionhelp wanted

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions