From 2d87071a27f4667b56b732f1217b81fd72b0c900 Mon Sep 17 00:00:00 2001 From: prafull-opensignlabs <93375423+prafull-opensignlabs@users.noreply.github.com> Date: Thu, 18 Jul 2024 16:44:15 +0530 Subject: [PATCH] Update deploy.template.yaml --- .do/deploy.template.yaml | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/.do/deploy.template.yaml b/.do/deploy.template.yaml index 972900a..73a040f 100644 --- a/.do/deploy.template.yaml +++ b/.do/deploy.template.yaml @@ -17,24 +17,13 @@ spec: run_command: npm run start http_port: 8080 image: - registry: amolshejole + registry: opensign registry_type: DOCKER_HUB repository: opensign tag: staging - envs: - - key: CI - value: "false" - - key: GENERATE_SOURCEMAP - value: "false" - - key: PUBLIC_URL - scope: RUN_TIME - value: ${APP_URL} - - key: REACT_APP_SERVERURL - scope: RUN_TIME - value: ${APP_URL}/api/app - http_port: 8080 image: - registry: amolshejole + registry: opensign registry_type: DOCKER_HUB repository: opensignserver tag: staging