1
0
Fork 0
mirror of https://git.chefkoch.net/pub/make-deploy synced 2025-05-12 18:44:56 +00:00

DEPLOY_TYPE "copy" is now named "simple", \("copy" will work anyways for a while\)

This commit is contained in:
Andreas Neue 2023-06-14 10:59:43 +02:00
parent 66ff45c76d
commit f6a9688c9d
3 changed files with 10 additions and 0 deletions

View file

@ -3,6 +3,12 @@ DEPLOY_START_DELAY = 0
-include secrets.mk
include config.mk
-include $(DEPLOY_CONFIG_OVERRIDE)
# copy ist jetzt simple
ifeq ($(DEPLOY_TYPE), copy)
DEPLOY_TYPE = simple
endif
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