File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 42
42
# robots.txt.
43
43
- /robots\.txt$
44
44
45
- crons :
46
- reset :
47
- # reset the demo every night to avoid overflowing disks and data leftovers
48
- spec : 30 2 * * *
49
- cmd : ' bin/console cache:clear --env=prod && bin/console doctrine:phpcr:init:dbal --drop --force -n && bin/console doctrine:phpcr:repository:init -n && bin/console doctrine:phpcr:fixtures:load -n && bin/console --env=prod cache:warmup -n --no-debug'
45
+ cron :
46
+ symfony :
47
+ spec : ' 0 1 * * *'
48
+ cmd : |
49
+ # force clearing the cache
50
+ rm -rf app/cache/prod
51
+ bin/console --env=prod doctrine:phpcr:init:dbal --drop --force
52
+ bin/console --env=prod doctrine:phpcr:repository:init
53
+ bin/console --env=prod doctrine:phpcr:fixtures:load -n
54
+ bin/console --env=prod cache:warmup -n --no-debug
50
55
51
56
# The size of the persistent disk of the application (in MB).
52
57
disk : 2048
You can’t perform that action at this time.
0 commit comments