Change old /archive/* links to /daily/*
This commit is contained in:
parent
661669f2a5
commit
538141466c
406 changed files with 457 additions and 457 deletions
|
@ -3,14 +3,14 @@ title: >
|
|||
Consistency is key
|
||||
pubDate: 2023-04-18
|
||||
permalink: >-
|
||||
archive/2023/04/18/consistency-is-key
|
||||
daily/2023/04/18/consistency-is-key
|
||||
tags:
|
||||
- automation
|
||||
- devops
|
||||
- docker
|
||||
---
|
||||
|
||||
A side effect of [using a tool to generate build configuration files]({{site.url}}/archive/2023/03/04/why-i-built-a-tool-to-generate-configuration-files) with templates is the consistency that it introduces.
|
||||
A side effect of [using a tool to generate build configuration files]({{site.url}}/daily/2023/03/04/why-i-built-a-tool-to-generate-configuration-files) with templates is the consistency that it introduces.
|
||||
|
||||
The majority of my projects use a PHP-FPM or PHP CLI container. In my Docker Compose file, the service was mostly named `php` but sometimes it was `php-fpm`. In the templated file, it's always named `php`.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue