Skip to content

Commit 8d1be6e

Browse files
committed
Use new portal.defang.io
1 parent b5279a1 commit 8d1be6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/cmd/cli/command/deploymentinfo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
defangv1 "github.com/DefangLabs/defang/src/protos/io/defang/v1"
88
)
99

10-
const DEFANG_PORTAL_HOST = "portal.defang.dev"
10+
const DEFANG_PORTAL_HOST = "portal.defang.io"
1111
const SERVICE_PORTAL_URL = "https://" + DEFANG_PORTAL_HOST + "/service"
1212

1313
func printPlaygroundPortalServiceURLs(serviceInfos []*defangv1.ServiceInfo) {

src/cmd/cli/command/deploymentinfo_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ func TestPrintPlaygroundPortalServiceURLs(t *testing.T) {
2727
Service: &defangv1.Service{Name: "service1"},
2828
}})
2929
const want = ` * Monitor your services' status in the defang portal
30-
- https://portal.defang.dev/service/service1
30+
- https://portal.defang.io/service/service1
3131
`
3232
if got := stdout.String(); got != want {
3333
t.Errorf("got %q, want %q", got, want)

0 commit comments

Comments
 (0)