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

feature DEPLOY_START_DELAY, adds a delay when (re)starting targets after deployment

This commit is contained in:
Andreas Neue 2023-05-08 11:47:06 +02:00
parent 6ab5e15f8a
commit 0c93338e86
6 changed files with 8 additions and 3 deletions

View file

@ -98,14 +98,12 @@ endif
pull: pull-$(DEPLOY_TYPE)
start: start-$(DEPLOY_TYPE)
sleep $(DEPLOY_START_DELAY)
stop: stop-$(DEPLOY_TYPE)
logs: logs-$(DEPLOY_TYPE)
restart: restart-$(DEPLOY_TYPE)
sleep $(DEPLOY_START_DELAY)
reload:
ifneq (,$(wildcard reload.sh))