Change old /archive/* links to /daily/*

This commit is contained in:
Oliver Davies 2024-12-19 20:26:33 +00:00
parent 661669f2a5
commit 538141466c
406 changed files with 457 additions and 457 deletions

View file

@ -1,7 +1,7 @@
---
title: Overcoming deployment anxiety
pubDate: 2022-10-12
permalink: 'archive/2022/10/12/overcoming-deployment-anxiety'
permalink: 'daily/2022/10/12/overcoming-deployment-anxiety'
---
As a Developer with 15 years of experience, I still sometimes get "deployment anxiety" - when I've backed up the database and tagged a release, but even though the CI pipelines are passing and the staging site is working, I'm holding off on pushing the latest code to be released to production - trying to think of any potential issues that could arise from this deployment and avoid any downtime.