Karan Budhwani
Karan Budhwani

Reputation: 23

Hosting a git repo on AWS Amplify such that it points to the subdomain of my custom domain

I have a repository A which is hosted on my domain example.com I have another repo B which I want to be hosted on the subdomain, say xyz.example.com How can I do that?

Upvotes: 2

Views: 719

Answers (1)

Shem
Shem

Reputation: 318

This might help.

Take a look at what they say for connecting only a subdomain, in this link:

https://docs.aws.amazon.com/amplify/latest/userguide/to-manage-subdomains.html

They say you should first choose the original domain (not the subdomain),

then- EXCLUDE the master branch like they show in the link.

And then you make the subdomain name change below that.

Check out the link.

Upvotes: 1

Related Questions