From f897a4fd93f7c5b165b4a635edd0044f50d7c813 Mon Sep 17 00:00:00 2001 From: andrew-jameson Date: Tue, 17 Oct 2023 13:36:59 -0400 Subject: [PATCH] I can't believe this typo. --- scripts/deploy-backend.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy-backend.sh b/scripts/deploy-backend.sh index f50152891..7a66e5d24 100755 --- a/scripts/deploy-backend.sh +++ b/scripts/deploy-backend.sh @@ -128,7 +128,7 @@ update_backend() bind_backend_to_services() { echo "Binding services to app: $CGAPPNAME_BACKEND" - if [ "$CFAPPNAME_BACKEND" = "tdp-backend-develop" ]; then + if [ "$CGAPPNAME_BACKEND" = "tdp-backend-develop" ]; then # TODO: this is technical debt, we should either make staging mimic tanf-dev # or make unique services for all apps but we have a services limit # Introducing technical debt for release 3.0.0 specifically.