Skip to content

Commit e22e97c

Browse files
committed
Adedd missing cron job
1 parent 912ca82 commit e22e97c

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.woodpecker/prod.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,13 @@ steps:
5050
month: "*"
5151
weekday: "*"
5252
job: 'itkdev-docker-compose-server exec phpfpm vendor/bin/drush --uri="https://deltag.aarhus.dk" hoeringsportal:public_meeting:state-update'
53+
course:
54+
minute: "*/1"
55+
hour: "*"
56+
day: "*"
57+
month: "*"
58+
weekday: "*"
59+
job: 'itkdev-docker-compose-server exec phpfpm vendor/bin/drush --uri="https://deltag.aarhus.dk" hoeringsportal:course:state-update'
5360
deskpro:
5461
minute: "*/5"
5562
hour: "*"

0 commit comments

Comments
 (0)