Skip to content

Commit bdde61b

Browse files
committed
Fiks url
1 parent e9eb3e9 commit bdde61b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
needs: build
5555
with:
5656
id: "tms-microfrontend-template-ssr"
57-
url: "http://tms-microfrontend-template-ssr"
57+
url: "http://tms-microfrontend-template-ssr.min-side"
5858
appname: "tms-microfrontend-template-ssr"
5959
namespace: "min-side"
6060
cluster: dev-gcp
@@ -69,7 +69,7 @@ jobs:
6969
# needs: build
7070
# with:
7171
# id: "tms-microfrontend-template-ssr-id"
72-
# url: "http://tms-microfrontend-template-ssr"
72+
# url: "http://tms-microfrontend-template-ssr.min-side"
7373
# appname: "tms-microfrontend-template-ssr"
7474
# namespace: "team-namespace"
7575
# cluster: prod-gcp

0 commit comments

Comments
 (0)