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:
parent
66ff45c76d
commit
f6a9688c9d
3 changed files with 10 additions and 0 deletions
6
Makefile
6
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue