1111* Require
1212 * [ ` recipe/common.php ` ] ( /docs/recipe/common.md )
1313* Config
14- * [ ` symfony_env ` ] ( #symfony_env )
1514 * [ ` symfony_version ` ] ( #symfony_version )
1615 * [ ` shared_dirs ` ] ( #shared_dirs )
1716 * [ ` shared_files ` ] ( #shared_files )
2019 * [ ` console_options ` ] ( #console_options )
2120* Tasks
2221 * [ ` database:migrate ` ] ( #databasemigrate ) — Migrate database
23- * [ ` deploy:dump-env ` ] ( #deploydump-env ) — Compile .env files
2422 * [ ` deploy:cache:clear ` ] ( #deploycacheclear ) — Clear cache
2523 * [ ` deploy:cache:warmup ` ] ( #deploycachewarmup ) — Warm up cache
2624 * [ ` deploy ` ] ( #deploy ) — Deploy project
2725
2826## Config
29- ### symfony_env
30- [ Source] ( https://github.com/deployphp/deployer/search?q=%22symfony_env%22+in%3Afile+language%3Aphp+path%3Arecipe+filename%3Asymfony.php )
31-
32- This env config will be used for ` bin/console dump-env ` command.
33-
3427### symfony_version
3528[ Source] ( https://github.com/deployphp/deployer/search?q=%22symfony_version%22+in%3Afile+language%3Aphp+path%3Arecipe+filename%3Asymfony.php )
3629
@@ -74,11 +67,6 @@ This env config will be used for `bin/console dump-env` command.
7467
7568
7669
77- ### deploy: dump-env
78- [ Source] ( https://github.com/deployphp/deployer/search?q=%22deploy%3Adump-env%22+in%3Afile+language%3Aphp+path%3Arecipe+filename%3Asymfony.php )
79-
80-
81-
8270### deploy:cache: clear
8371[ Source] ( https://github.com/deployphp/deployer/search?q=%22deploy%3Acache%3Aclear%22+in%3Afile+language%3Aphp+path%3Arecipe+filename%3Asymfony.php )
8472
@@ -97,7 +85,6 @@ This env config will be used for `bin/console dump-env` command.
9785This task is group task which contains next tasks:
9886* [ ` deploy:prepare ` ] ( /docs/recipe/common.md#deployprepare )
9987* [ ` deploy:vendors ` ] ( /docs/recipe/deploy/vendors.md#deployvendors )
100- * [ ` deploy:dump-env ` ] ( /docs/recipe/symfony.md#deploydump-env )
10188* [ ` deploy:cache:clear ` ] ( /docs/recipe/symfony.md#deploycacheclear )
10289* [ ` deploy:cache:warmup ` ] ( /docs/recipe/symfony.md#deploycachewarmup )
10390* [ ` deploy:publish ` ] ( /docs/recipe/common.md#deploypublish )
0 commit comments