|
Status
Ready: Server is reachable and healthy
Not Ready: Server is not reachable
|
{{if or (eq .NodeStatus "NOT_READY") (eq .ServerStatus "NOT_READY") }}
Not Ready
{{ else }}
{{if eq .ServerStatus "SKIP"}}
Ready
{{ else }}
{{if eq .ServerStatus "READY"}}
Ready
{{ else }}
Not Ready
{{ end }}
{{ end }}
{{ end }}
|
|---|
| Deployment ID | {{.DeploymentId}} |
|---|---|
| CommitSHA |
{{ if eq .CommitURL "" }}
{{.CommitSHA}}
{{ else }}
{{.CommitSHA}}
{{ end }}
|
| Version | {{.BuildInfo.Version}} |
|---|---|
| Commit | {{.BuildInfo.Commit}} |
| Date | {{.BuildInfo.Date}} |
| Built By | {{.BuildInfo.BuiltBy}} |
Docs
Learn more about how to integrate APIs and build backends with WunderGraph.