Skip to content

Commit 2d87071

Browse files
Update deploy.template.yaml
1 parent f4f91fc commit 2d87071

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

.do/deploy.template.yaml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,24 +17,13 @@ spec:
1717
run_command: npm run start
1818
http_port: 8080
1919
image:
20-
registry: amolshejole
20+
registry: opensign
2121
registry_type: DOCKER_HUB
2222
repository: opensign
2323
tag: staging
24-
envs:
25-
- key: CI
26-
value: "false"
27-
- key: GENERATE_SOURCEMAP
28-
value: "false"
29-
- key: PUBLIC_URL
30-
scope: RUN_TIME
31-
value: ${APP_URL}
32-
- key: REACT_APP_SERVERURL
33-
scope: RUN_TIME
34-
value: ${APP_URL}/api/app
3524
- http_port: 8080
3625
image:
37-
registry: amolshejole
26+
registry: opensign
3827
registry_type: DOCKER_HUB
3928
repository: opensignserver
4029
tag: staging

0 commit comments

Comments
 (0)