diff --git a/cron.yaml b/cron.yaml index dc1636b..a4037c6 100644 --- a/cron.yaml +++ b/cron.yaml @@ -8,3 +8,7 @@ cron: url: /api/spotfm/playlist/refresh/users/cron schedule: every 72 hours target: spotify +- description: "tag refresh" + url: /api/tag/update/users/cron + schedule: every 24 hours + target: spotify diff --git a/deploy b/deploy old mode 100644 new mode 100755