We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c9aa8c commit f463bc6Copy full SHA for f463bc6
.symfony.cloud.yaml
@@ -32,8 +32,8 @@ hooks:
32
(>&2 rm web/app_dev.php)
33
34
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)
+ (>&2 SYMFONY_ENV=prod app/console cache:clear --no-warmup)
+ (>&2 SYMFONY_ENV=prod app/console cache:warmup)
37
38
# Keep the cache in a persistent directory
39
# If your cache can be read-only, you can skip this step
0 commit comments