diff --git a/config/packages/zenstruck_schedule.yaml b/config/packages/zenstruck_schedule.yaml index 510977a..f56044d 100644 --- a/config/packages/zenstruck_schedule.yaml +++ b/config/packages/zenstruck_schedule.yaml @@ -29,6 +29,13 @@ zenstruck_schedule: frequency: '*/5 * * * *' description: "Starts messenger queue" - - task: 'bash:%kernel.project_dir%/../bin/bpn-download-xml.sh' + - task: 'bash:%kernel.project_dir%/bin/bpn-download-xml.sh' frequency: '0 */4 * * *' description: "Downloads XML data" + +when@prod: + zenstruck_schedule: + tasks: + - task: 'bash:/kunden/tiefschnee.de/bin/bpn-download-xml.sh' + frequency: '0 */4 * * *' + description: "Downloads XML data"