This commit is contained in:
parent
5a501daef6
commit
353fba1cdc
2 changed files with 11 additions and 2 deletions
|
@ -37,6 +37,7 @@
|
|||
h6 {
|
||||
color: var(--bright1);
|
||||
margin-top: 2em;
|
||||
margin-left: 0.4rem;
|
||||
}
|
||||
|
||||
code {
|
||||
|
@ -46,8 +47,16 @@
|
|||
color: var(--middle1);
|
||||
}
|
||||
|
||||
ul {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.doll-section {
|
||||
margin-left: 0.4rem;
|
||||
}
|
||||
|
||||
.doll-inline {
|
||||
margin-bottom: 1rem;
|
||||
margin: 0.5rem 0;
|
||||
}
|
||||
|
||||
.doll-code-block {
|
||||
|
|
|
@ -68,7 +68,7 @@ description: getting automated deployments back in the dollhive
|
|||
- the "actions" ecosystem is okay but we wanted to cut down on runtime dependencies.
|
||||
- [link(https://woodpecker-ci.org/):woodpecker CI]
|
||||
- we chose woodpecker. it is similar to "actions" but offers more direct control, we like this.
|
||||
- we already have nginx to be our "front of house", so.. yay
|
||||
- we already have nginx to be our "front of house", so.. yay
|
||||
|
||||
&the platform-y parts
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue