playing with cron

This commit is contained in:
Andreas Neue 2023-01-04 15:42:44 +01:00
parent d9e0c07eb5
commit 5121816d0d
1 changed files with 2 additions and 1 deletions

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