diff --git a/ansible/collections/ansible_collections/nhsd/apigee/plugins/module_utils/paas/urls.py b/ansible/collections/ansible_collections/nhsd/apigee/plugins/module_utils/paas/urls.py index 2b00a7e..c2d003e 100644 --- a/ansible/collections/ansible_collections/nhsd/apigee/plugins/module_utils/paas/urls.py +++ b/ansible/collections/ansible_collections/nhsd/apigee/plugins/module_utils/paas/urls.py @@ -12,4 +12,4 @@ def _localstack() -> bool: def api_registry() -> str: if _localstack(): return "http://localhost:9000" - return "https://api-registry.ptlrestored.api.platform.nhs.uk:9000" + return "https://api-registry.prodrestored.api.platform.nhs.uk:9000" diff --git a/azure/common/deploy-stage.yml b/azure/common/deploy-stage.yml index 3554bab..eb51035 100644 --- a/azure/common/deploy-stage.yml +++ b/azure/common/deploy-stage.yml @@ -227,7 +227,7 @@ stages: - bash: | set -euo pipefail - INFO=$(curl https://api-registry.ptlrestored.api.platform.nhs.uk:9000/api/${{ parameters.service_name }}) + INFO=$(curl https://api-registry.prodrestored.api.platform.nhs.uk:9000/api/${{ parameters.service_name }}) SHORT_NAME=$(echo $INFO | jq -r .short_name) GUID=$(echo $INFO | jq -r .guid)