This commit is contained in:
Moritz Utcke
2025-04-20 20:34:29 -04:00
parent b0df7fc4cf
commit d2fac65a6d
12 changed files with 111 additions and 75 deletions

View File

@@ -68,4 +68,4 @@ prod: install-dependencies prisma-studio backup-database-cronjob
backup-database-cronjob:
- pm2 delete daily-db-backup
pm2 start backup-database.bash --name "daily-db-backup" --cron "0 0 * * *"
pm2 start bash --name "daily-db-backup" --cron "0 0 * * *" -- backup-database.bash