Skip to content
Snippets Groups Projects

Allow configuring cron tasks for deployable website

Merged Robin Sonnabend requested to merge deployable-website-cron into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -64,4 +64,5 @@
name: "{{item.name}}"
special_time: "{{item.time}}"
job: "{{item.command}}"
cron_file: "website-{{website.name}}"
with_items: "{{website.crontasks|default([])}}"
Loading