...
Upload the assetlinks.json file to the public object store (butcket). In case of Azure, it is storage account. e.g. https://sunbirdstagingpublic.blob.core.windows.net/public/Mobile-deeplink/assetlinks.json
Update the environment variable
mobile_deeplink_url
with the full bucket url of the assetlinks.json file in the private repo ansible/inventory/{env}/Core/common.yaml of the environmentDeploy Nginx service by triggering
Kubernetes/nginx-public-ingress
jenkins job to add/update proxy end point for android deeplinkYou will be able to access the asset link via instance domain name e.g https://staging.sunbirded.org/.well-known/assetlinks.json
...