diff --git a/Makefile b/Makefile index 53903d77..4552de9c 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ container: gitpush argocd: container sed -i "s,$(IMAGE_NAME):.*,$(IMAGE_NAME):$(VERSION)," $(ARGOCD_APP) - cd $(ARGOCD_HOME) && git add $(ARGOCD_YAML) && git commit -m "Update www.nico.schottelius.org to $(VERSION)" && git push + cd $(ARGOCD_HOME) && git add $(ARGOCD_YAML) && git commit -m "Update www.nico.schottelius.org to $(VERSION)" $(ARGOCD_YAML) && git push setup: $(IKIWIKI) --refresh --setup ikiwiki.setup