1
0
Fork 0
mirror of https://git.chefkoch.net/pub/make-deploy synced 2025-05-13 19:13:24 +00:00

fix mandatory handling

This commit is contained in:
Andreas Neue 2024-06-05 09:43:19 +02:00
parent c5ed8be31b
commit 37bb6e9c12
5 changed files with 9 additions and 5 deletions

View file

@ -1,5 +1,7 @@
DEPLOY_START_DELAY = 0
MANDATORY = DEPLOY_NAME DEPLOY_HOSTS DEPLOY_PATH SSH_USER
-include secrets.mk
include config.mk
-include $(DEPLOY_CONFIG_OVERRIDE)