Skip to content

Commit 3e33802

Browse files
committed
fixing cron SfCloud syntax
1 parent ec8cf95 commit 3e33802

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.symfony.cloud.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ hooks:
3434
(>&2 symfony-deploy)
3535
3636
crons:
37-
run_Tasks:
38-
spec: */5 * * * *
37+
run_tasks:
38+
spec: '*/5 * * * *'
3939
cmd: croncape bin/console app:task:run
4040

4141
relationships:

0 commit comments

Comments
 (0)