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

cosmetics

This commit is contained in:
Andreas Neue 2022-07-03 23:22:38 +02:00
parent 6049721ee2
commit e70910bf02

View file

@ -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; \