We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4890c36 commit 7f13f21Copy full SHA for 7f13f21
.github/scripts/deploy_api.sh
@@ -42,8 +42,8 @@ if [[ "${IS_PULL_REQUEST}" == "true" ]]; then
42
fi
43
44
# Determine the proxy instance based on the provided $STACK_NAME
45
-apigee_api=prescriptions-for-patients
46
-apigee_client=prescriptions-for-patients
+apigee_api=prescriptions-for-patients-proxygen
+apigee_client=prescriptions-for-patients-proxygen
47
instance="pfp-proxygen${instance_suffix}"
48
49
echo "Proxy instance: ${instance}"
0 commit comments