From e70910bf02d609b6f75588c787666036241e438a Mon Sep 17 00:00:00 2001 From: Andreas Neue Date: Sun, 3 Jul 2022 23:22:38 +0200 Subject: [PATCH] cosmetics --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 47f68af..28205d7 100644 --- a/Makefile +++ b/Makefile @@ -10,12 +10,14 @@ create_contexts: deploy: upload pre-deploy pull start post-deploy pre-deploy: + @- echo "\n### running pre-deploy script" @- $(foreach host,$(DEPLOY_HOSTS), \ cd $(DEPLOY_PATH)/$(DEPLOY_NAME); \ sh pre-deploy.sh; \ ) post-deploy: + @- echo "\n### running post-deploy script" @- $(foreach host,$(DEPLOY_HOSTS), \ cd $(DEPLOY_PATH)/$(DEPLOY_NAME); \ sh post-deploy.sh; \