limit git commit to only our yaml
This commit is contained in:
parent
e38312df60
commit
b017c7f260
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
Loading…
Reference in a new issue