Skip to content

Commit f463bc6

Browse files
committed
using app/console in SfCloud
1 parent 1c9aa8c commit f463bc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.symfony.cloud.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ hooks:
3232
(>&2 rm web/app_dev.php)
3333
3434
SYMFONY_ENV=prod composer install --prefer-dist --optimize-autoloader --classmap-authoritative --no-progress --no-ansi --no-interaction --no-dev
35-
(>&2 SYMFONY_ENV=prod bin/console cache:clear --no-warmup)
36-
(>&2 SYMFONY_ENV=prod bin/console cache:warmup)
35+
(>&2 SYMFONY_ENV=prod app/console cache:clear --no-warmup)
36+
(>&2 SYMFONY_ENV=prod app/console cache:warmup)
3737
3838
# Keep the cache in a persistent directory
3939
# If your cache can be read-only, you can skip this step

0 commit comments

Comments
 (0)