call reload target directly after start
This commit is contained in:
parent
ae4f1d60bf
commit
2f490b3428
2
Makefile
2
Makefile
|
@ -12,7 +12,7 @@ include make-deploy/helm.mk
|
||||||
self-update:
|
self-update:
|
||||||
@- git submodule update --remote
|
@- git submodule update --remote
|
||||||
|
|
||||||
deploy: upload pre-deploy pre-local pull start post-local post-deploy reload
|
deploy: upload pre-deploy pre-local pull start reload post-local post-deploy
|
||||||
|
|
||||||
pre-deploy:
|
pre-deploy:
|
||||||
ifdef DEPLOY_HOSTS
|
ifdef DEPLOY_HOSTS
|
||||||
|
|
Loading…
Reference in New Issue