Due to v0.0.6 of capistrano/composer, composer is ran on rollback, and causes capistrano/laravel to try and push the .env file again, which can cause a major issue. This fix will change when the .env file is uploaded and remove its dependency on composer:run.
Due to v0.0.6 of capistrano/composer, composer is ran on rollback, and causes capistrano/laravel to try and push the .env file again, which can cause a major issue. This fix will change when the .env file is uploaded and remove its dependency on composer:run.