1
0
Fork 0
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:
Andreas Neue 2023-01-04 12:26:52 +01:00
parent 7e4afb11b1
commit 0bdd5fa243
3 changed files with 25 additions and 30 deletions

View file

@ -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