We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9eb3e9 commit bdde61bCopy full SHA for bdde61b
.github/workflows/deploy.yaml
@@ -54,7 +54,7 @@ jobs:
54
needs: build
55
with:
56
id: "tms-microfrontend-template-ssr"
57
- url: "http://tms-microfrontend-template-ssr"
+ url: "http://tms-microfrontend-template-ssr.min-side"
58
appname: "tms-microfrontend-template-ssr"
59
namespace: "min-side"
60
cluster: dev-gcp
@@ -69,7 +69,7 @@ jobs:
69
# needs: build
70
# with:
71
# id: "tms-microfrontend-template-ssr-id"
72
- # url: "http://tms-microfrontend-template-ssr"
+ # url: "http://tms-microfrontend-template-ssr.min-side"
73
# appname: "tms-microfrontend-template-ssr"
74
# namespace: "team-namespace"
75
# cluster: prod-gcp
0 commit comments