argocd: pull

This commit is contained in:
Nico Schottelius 2024-11-15 21:48:58 +09:00
parent a01e859bfb
commit 7622d53f3c

View file

@ -14,7 +14,7 @@ all: argocd
argocd: container
sed -i "s,$(IMAGE_NAME):.*,$(IMAGE_NAME):$(VERSION)," $(ARGOCD_APP)
cd $(ARGOCD_HOME) && git add $(ARGOCD_YAML) && git commit -m "[staticweb] Update ungleich-staticcms to $(VERSION)" $(ARGOCD_YAML) && git push
cd $(ARGOCD_HOME) && git pull && git add $(ARGOCD_YAML) && git commit -m "[staticweb] Update ungleich-staticcms to $(VERSION)" $(ARGOCD_YAML) && git push
container: push
docker build -t $(IMAGE_NAME):$(VERSION) .