Skip to content

Commit 1c9aa8c

Browse files
committed
fixing delete line for SfCloud dev front controller
1 parent 8378b71 commit 1c9aa8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.symfony.cloud.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ hooks:
2929
set -x -e
3030
3131
# Remove the development front-controller if present
32-
(>&2 rm web/app.php_dev.php)
32+
(>&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
3535
(>&2 SYMFONY_ENV=prod bin/console cache:clear --no-warmup)

0 commit comments

Comments
 (0)