From 066235dc71bdd2fda8f1b00681f9bd1f2272ae8c Mon Sep 17 00:00:00 2001 From: Amol Date: Wed, 25 Oct 2023 20:45:04 +0530 Subject: [PATCH] fix env variable typo --- .do/deploy.template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.do/deploy.template.yaml b/.do/deploy.template.yaml index 2932243..618e320 100644 --- a/.do/deploy.template.yaml +++ b/.do/deploy.template.yaml @@ -29,7 +29,7 @@ spec: - key: PUBLIC_URL scope: RUN_TIME value: ${APP_URL} - - key: REACT_APP_SEVERURL + - key: REACT_APP_SERVERURL scope: RUN_TIME value: ${APP_URL}/api/app - key: REACT_APP_APPID