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 8378b71 commit 1c9aa8cCopy full SHA for 1c9aa8c
.symfony.cloud.yaml
@@ -29,7 +29,7 @@ hooks:
29
set -x -e
30
31
# Remove the development front-controller if present
32
- (>&2 rm web/app.php_dev.php)
+ (>&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)
0 commit comments