Skip to content

Commit bb69c8d

Browse files
Merge pull request #5 from prafull-opensignlabs/patch-4
2 parents 1aebb6a + ab24357 commit bb69c8d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.do/deploy.template.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
registry: amolshejole
2121
registry_type: DOCKER_HUB
2222
repository: opensign
23-
tag: staging
23+
tag: main
2424
envs:
2525
- key: CI
2626
value: "false"
@@ -37,10 +37,13 @@ spec:
3737
registry: amolshejole
3838
registry_type: DOCKER_HUB
3939
repository: opensignserver
40-
tag: staging
40+
tag: main
4141
name: amolshejole-opensignserver
4242
run_command: npm run start
4343
envs:
44+
- key: PUBLIC_URL
45+
scope: RUN_TIME
46+
value: ${APP_URL}
4447
- key: APP_ID
4548
value: opensign
4649
- key: appName

0 commit comments

Comments
 (0)