From 0bb8b73fc55580ec98cdc6a31f6d42e5eb065a3a Mon Sep 17 00:00:00 2001 From: Tung Leo Date: Sat, 20 Apr 2024 12:00:46 +0700 Subject: [PATCH] Deployment: Add Code Promotion vs Artifact Promotion --- topics/architecture/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/topics/architecture/README.md b/topics/architecture/README.md index fb48c87..0df2674 100644 --- a/topics/architecture/README.md +++ b/topics/architecture/README.md @@ -9,3 +9,6 @@ ## Trunk Based Development A source-control branching model, where developers collaborate on code in a single branch called ‘trunk’ *, resist any pressure to create other long-lived development branches by employing documented techniques. They therefore avoid merge hell, do not break the build, and live happily ever after. - https://trunkbaseddevelopment.com/ + +## Deployment +- Deployment Choice: Code Promotion vs Artifact Promotion: https://hackernoon.com/deployment-choice-code-promotion-vs-artifact-promotion