Skip to content

Commit 2f49c9b

Browse files
Use current defined env in dump-env (#4099)
1 parent 6c73221 commit 2f49c9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipe/symfony.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
desc('Optimize environment variables');
6767
task('deploy:dump-env', function () {
6868
within('{{release_or_current_path}}', function () {
69-
run('{{bin/composer}} dump-env "${APP_ENV:-prod}"');
69+
run('{{bin/composer}} dump-env');
7070
});
7171
});
7272

0 commit comments

Comments
 (0)