Deploy Web UI

Manage your VPS deployments

{{if not .Hosts}}

No deployments found

Use the CLI to deploy your first app or static site

{{else}} {{range .Hosts}}

{{.Host}}

{{range .Apps}}
{{.Name}}
{{.Type}}
Domain
{{if eq .Type "app"}}
Port
{{.Port}}
{{end}}
{{if eq .Type "app"}} {{end}} {{if .Env}} {{end}}
{{end}}
{{end}} {{end}}
Refresh the page to see latest changes