From 5160f55992b7fd5681da57479fea8cd5ae024fba Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sun, 13 Oct 2024 12:25:11 +0900 Subject: [PATCH] add prefix for argocd commits --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 82e33f8..9b0a608 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ container: push argocd: container sed -i "s,$(IMAGE_NAME):.*,$(IMAGE_NAME):$(VERSION)," $(ARGOCD_APP) - cd $(ARGOCD_HOME) && git add $(ARGOCD_YAML) && git commit -m "Update ungleich-staticcms to $(VERSION)" $(ARGOCD_YAML) && git push + cd $(ARGOCD_HOME) && git add $(ARGOCD_YAML) && git commit -m "[staticweb] Update ungleich-staticcms to $(VERSION)" $(ARGOCD_YAML) && git push pull: git pull