mirror of
https://git.chefkoch.net/pub/make-deploy
synced 2025-05-12 18:44:56 +00:00
simplified module loading
This commit is contained in:
parent
7e4afb11b1
commit
0bdd5fa243
3 changed files with 25 additions and 30 deletions
7
Makefile
7
Makefile
|
@ -1,12 +1,7 @@
|
|||
-include secrets.mk
|
||||
include config.mk
|
||||
-include $(DEPLOY_CONFIG_OVERRIDE)
|
||||
include make-deploy/copy.mk
|
||||
include make-deploy/docker.mk
|
||||
include make-deploy/k8s.mk
|
||||
include make-deploy/cron.mk
|
||||
include make-deploy/kustomize.mk
|
||||
include make-deploy/helm.mk
|
||||
include make-deploy/$(DEPLOY_TYPE).mk
|
||||
|
||||
.PHONY: self-update mandatory prerequisites prepare build test deploy pre-deploy post-deploy pre-local post-local upload pull start stop restart reload
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue