Adding status badges + limiting step execution #6
@ -48,6 +48,12 @@ steps:
|
|||||||
when:
|
when:
|
||||||
status:
|
status:
|
||||||
- success
|
- success
|
||||||
|
branch:
|
||||||
|
- master
|
||||||
|
event:
|
||||||
|
- push
|
||||||
|
- tag
|
||||||
|
- cron
|
||||||
depends_on:
|
depends_on:
|
||||||
- hugo-extended
|
- hugo-extended
|
||||||
environment:
|
environment:
|
||||||
@ -77,7 +83,7 @@ clone:
|
|||||||
trigger:
|
trigger:
|
||||||
branch:
|
branch:
|
||||||
- master
|
- master
|
||||||
- "dev*"
|
- "*"
|
||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
- tag
|
- tag
|
||||||
|
@ -576,6 +576,14 @@ hr.post-end {
|
|||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a img {
|
||||||
|
display: block;
|
||||||
|
max-width: 100%;
|
||||||
|
height: auto;
|
||||||
|
margin: 0;
|
||||||
|
border-radius: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
ul,
|
ul,
|
||||||
ol {
|
ol {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
@ -16,3 +16,15 @@ Scoring 125 out of 100 points
|
|||||||
### Uptime
|
### Uptime
|
||||||
|
|
||||||
* dotya.ml services [UptimeRobot stats](https://stats.uptimerobot.com/93yPqFmmx8)
|
* dotya.ml services [UptimeRobot stats](https://stats.uptimerobot.com/93yPqFmmx8)
|
||||||
|
|
||||||
|
### utilization
|
||||||
|
|
||||||
|
[![cpu usage](https://netdata.dotya.ml//api/v1/badge.svg?chart=system.cpu&alarm=10min_cpu_usage&refresh=auto "")](#utilization)
|
||||||
|
|
||||||
|
[![iowait](https://netdata.dotya.ml//api/v1/badge.svg?chart=system.cpu&alarm=10min_cpu_iowait&refresh=auto)](#utilization)
|
||||||
|
|
||||||
|
[![load](https://netdata.dotya.ml//api/v1/badge.svg?chart=system.load&alarm=load_average_15&refresh=auto)](#utilization)
|
||||||
|
|
||||||
|
[![net in](https://netdata.dotya.ml//api/v1/badge.svg?chart=net_packets.eth0&alarm=inbound_packets_dropped_ratio&refresh=auto)](#utilization)
|
||||||
|
|
||||||
|
[![net out](https://netdata.dotya.ml//api/v1/badge.svg?chart=net_packets.eth0&alarm=outbound_packets_dropped_ratio&refresh=auto)](#utilization)
|
||||||
|
Loading…
Reference in New Issue
Block a user