add prefix for argocd commits

This commit is contained in:
Nico Schottelius 2024-10-13 12:25:11 +09:00
parent 7ad4747a08
commit 5160f55992

View file

@ -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