Skip to content

Commit

Permalink
Reduce duplication
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler36 committed Aug 30, 2023
1 parent fa754e3 commit 38c6708
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
- [Introduction](#introduction)
- [Getting started](#getting-started)
- [Implementation](#implementation)
- [./ddev/web-build/cron.conf](#ddevweb-buildcronconf)
- [\*.cron](#cron)
- [Useful sites and debugging](#useful-sites-and-debugging)
- [Examples](#examples)
Expand Down Expand Up @@ -51,15 +50,6 @@ This extension does the following:
- Configures the cron service using `./ddev/web-build/cron.conf`.
- Adds all `./ddev/web-build/*.cron` files to crontab scheduler.

### ./ddev/web-build/cron.conf

This addon provides basic configuration for the cron service out of the box.

To change the configuration for the cron service, update `./ddev/web-build/cron.conf`:

- Remove `#ddev-generated` to prevent DDEV from overriding the file.
- Make any required changes.

### *.cron

This addon uses `*.cron` files to populate crontab. This allows projects to track and manage cron jobs via git.
Expand Down

0 comments on commit 38c6708

Please sign in to comment.