diff --git a/Makefile b/Makefile index a416afab..7aa49369 100644 --- a/Makefile +++ b/Makefile @@ -62,6 +62,7 @@ all: bun run dev 2>&1 | tee ~/logs/`date '+%d-%m-%Y_%H:%M:%S'`.log update-dwd-klimafaktoren-cron: + - pm2 delete update-dwd-klimafaktoren-cron pm2 start --no-autorestart bun --name "update-dwd-klimafaktoren-cron" --cron "0 12 28 * *" -- src/cronjobs/update-dwd-klimafaktoren.ts prod: prod-no-backup backup-database-cronjob