Skip to content

Commit

Permalink
Add make target for deploying without building
Browse files Browse the repository at this point in the history
  • Loading branch information
Molter73 committed Apr 2, 2024
1 parent 92bf186 commit 8b4a35d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
.PHONY: all
all: collector falco os-uni clean
all: collector falco os-uni clean deploy

.PHONY: deploy
deploy:
kluars xlate $(CURDIR)/lua | podman play kube -

.PHONY: clean
Expand Down

0 comments on commit 8b4a35d

Please # to comment.