deployphp / deployer

The PHP deployment tool with support for popular frameworks out of the box
https://deployer.org
MIT License
10.41k stars 1.47k forks source link

[Symfony] Add dump-env task #3856

Open richardhj opened 3 days ago

richardhj commented 3 days ago

Add task to run dump-env on deployment

As recommended on https://symfony.com/doc/current/deployment.html#b-configure-your-environment-variables

Run composer dump-env on every deployment.

The $APP_ENV shall be automatically when using set('dotenv', '{{deploy_path}}/shared/.env.local'); in the deploy.php file.

richardhj commented 3 days ago

Kindly request review from @garak @Tobion