From 6f192e816dfde7e86d61808115a56e03eb1a5083 Mon Sep 17 00:00:00 2001 From: Moritz Utcke Date: Sun, 12 Oct 2025 19:04:32 -0400 Subject: [PATCH] Update Makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) 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