-
Notifications
You must be signed in to change notification settings - Fork 12k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deploy app on gh-pages on a custom domain #1781
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 |
Closed via #4385. |
…lar#1781) (angular#3392) Creates CNAME file if --custom-domain flag is provided. addresses (angular#1781)
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
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
I tried adding a CNAME file as well as setting the custom domain in the github repo settings.
Thanks!
The text was updated successfully, but these errors were encountered: