Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ $configuration->setPlatformConfigurations([

Lots of applications need a set of cron jobs for the application to function correctly. Instead of having to configure this on the server manually on each change, you can set this up on the Deployment.

For example, start creating the `./etc/cron` folder and putting in the following:
For example, start creating the `./etc/cron` file and adding the following:

```bash
* * * * * echo 'Hello world!' >> /data/web/cron.log
Expand Down
Loading