{{.App.Name}}
{{.App.Status}}{{.App.RepoURL}}@{{.App.Branch}}
Deploy Key
Add this SSH public key to your repository as a read-only deploy key:
{{.DeployKey}}
Webhook URL
Add this URL as a push webhook in your Gitea repository:
{{.WebhookURL}}
Environment Variables
{{if .EnvVars}}| Key | Value | Actions |
|---|---|---|
| {{.Key}} | {{.Value}} |
Docker Labels
| Key | Value | Actions |
|---|---|---|
| upaas.id | {{.App.ID}} | System |
| {{.Key}} | {{.Value}} |
Volume Mounts
{{if .Volumes}}| Host Path | Container Path | Mode | Actions |
|---|---|---|---|
| {{.HostPath}} | {{.ContainerPath}} | {{if .ReadOnly}} Read-only {{else}} Read-write {{end}} |
Port Mappings
{{if .Ports}}| Host Port | Container Port | Protocol | Actions |
|---|---|---|---|
| {{.HostPort}} | {{.ContainerPort}} | {{if eq .Protocol "udp"}} UDP {{else}} TCP {{end}} |
Container Logs
Loading...Loading container logs...
Recent Deployments
View All| Finished | Duration | Status | Commit |
|---|---|---|---|
| {{.FinishedAtFormatted}} | {{if .Duration}}{{.Duration}}{{else}}-{{end}} | {{if eq .Status "success"}} Success {{else if eq .Status "failed"}} Failed {{else if eq .Status "building"}} Building {{else if eq .Status "deploying"}} Deploying {{else}} {{.Status}} {{end}} | {{.ShortCommit}} |
No deployments yet.
{{end}}Last Deployment Build Logs
{{if .LatestDeployment}}{{.LatestDeployment.Status}}{{end}}{{if .LatestDeployment}}Loading build logs...{{else}}No deployments yet{{end}}
Danger Zone
Deleting this app will remove all configuration and deployment history. This action cannot be undone.