Skip to content

Commit 7f13f21

Browse files
committed
Switch naming to pfp-proxygen
Signed-off-by: Connor Avery <[email protected]>
1 parent 4890c36 commit 7f13f21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/scripts/deploy_api.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ if [[ "${IS_PULL_REQUEST}" == "true" ]]; then
4242
fi
4343

4444
# Determine the proxy instance based on the provided $STACK_NAME
45-
apigee_api=prescriptions-for-patients
46-
apigee_client=prescriptions-for-patients
45+
apigee_api=prescriptions-for-patients-proxygen
46+
apigee_client=prescriptions-for-patients-proxygen
4747
instance="pfp-proxygen${instance_suffix}"
4848

4949
echo "Proxy instance: ${instance}"

0 commit comments

Comments
 (0)