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:
parent
6ab5e15f8a
commit
0c93338e86
6 changed files with 8 additions and 3 deletions
4
Makefile
4
Makefile
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue