Skip to content

Commit

Permalink
Update website/docs/docs/deploy/deploy-jobs.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 authored Dec 8, 2023
1 parent 69227e0 commit f076c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/docs/deploy/deploy-jobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Refer to the following example snippets:
- `*/5 * * * *`: Every 5 minutes.
- `5 4 * * *`: At exactly 4:05 AM UTC.
- `30 */4 * * *`: At minute 30 past every 4th hour (such as 4:30 AM, 8:30 AM, 12:30 PM, and so on, all UTC).
- `0 0 */2 * *`: At midnight UTC every other day.
- `0 0 */2 * *`: At 12:00 AM (midnight) UTC every other day.
- `0 0 * * 1`: At midnight UTC every Monday.
- `0 0 L * *`: At 12:00 AM (midnight), on the last day of the month.
- `0 0 L 1,2,3,4,5,6,8,9,10,11,12 *`: At 12:00 AM, on the last day of the month, only in January, February, March, April, May, June, August, September, October, November, and December.
Expand Down

0 comments on commit f076c2d

Please sign in to comment.