Use four spaces in frontmatter blocks

This commit is contained in:
Oliver Davies 2024-02-07 20:01:19 +00:00
parent f3756a80a6
commit 11ae0f9fc7
422 changed files with 2980 additions and 2986 deletions

View file

@ -1,12 +1,12 @@
---
title: >
Automating all the things, including infrastructure
Automating all the things, including infrastructure
pubDate: 2022-12-20
permalink: >-
archive/2022/12/20/automating-all-the-things,-including-infrastructure
archive/2022/12/20/automating-all-the-things,-including-infrastructure
tags:
- automation
- devops
- automation
- devops
---
I'm a big advocate for automation, from having a reproducible Docker and Docker Compose environment, automated tests, static analysis, and code linting in my projects to running them automatically on every push to a remote repository using a CI pipeline.