File tree Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Original file line number Diff line number Diff line change 45
45
cron :
46
46
symfony :
47
47
spec : ' * */2 * * *'
48
- cmd : |
49
- # force clearing the cache
50
- rm -rf var/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
48
+ cmd : ./bin/reloadFixtures.sh $PWD
55
49
56
50
# The size of the persistent disk of the application (in MB).
57
51
disk : 2048
@@ -69,13 +63,7 @@ hooks:
69
63
sed -i 's@%kernel.root_dir%/../var/app.sqlite@/tmp/app.sqlite@' app/config/parameters.yml
70
64
bin/console --env=prod assets:install -n --no-debug
71
65
bin/console --env=prod assetic:dump -n --no-debug
72
- deploy : |
73
- # force clearing the cache
74
- rm -rf var/cache/prod
75
- bin/console --env=prod doctrine:phpcr:init:dbal --drop --force -n
76
- bin/console --env=prod doctrine:phpcr:repository:init -n
77
- bin/console --env=prod doctrine:phpcr:fixtures:load -n
78
- bin/console --env=prod cache:warmup -n --no-debug
66
+ deploy : ./bin/reloadFixtures.sh $PWD
79
67
80
68
runtime :
81
69
extensions :
You can’t perform that action at this time.
0 commit comments