diff --git a/Makefile b/Makefile index afadbe0..fafcda8 100644 --- a/Makefile +++ b/Makefile @@ -28,14 +28,14 @@ pre-deploy-docker: @- echo "\n### running pre-deploy script" @- $(foreach host,$(DEPLOY_HOSTS), \ cd $(DEPLOY_PATH)/$(DEPLOY_NAME); \ - sh pre-deploy.sh; \ + sh pre-deploy; \ ) post-deploy-docker: @- echo "\n### running post-deploy script" @- $(foreach host,$(DEPLOY_HOSTS), \ cd $(DEPLOY_PATH)/$(DEPLOY_NAME); \ - sh post-deploy.sh; \ + sh post-deploy; \ ) upload: