1
0
Fork 0
mirror of https://git.chefkoch.net/pub/make-deploy synced 2025-05-15 03:53:31 +00:00

playing with cron

This commit is contained in:
Andreas Neue 2023-01-04 15:42:44 +01:00
parent d9e0c07eb5
commit 5121816d0d

View file

@ -14,4 +14,5 @@ stop-cron:
ssh $(SSH_USER)@$(host) 'crontab -l | sed "/^#make-deploy-cron:$(DEPLOY_NAME)/,+1 d" | crontab -'; \
)
pull-cron:
#nop