capistrano / laravel

Gem for deploying Laravel projects with capistrano v3.*
MIT License
222 stars 71 forks source link

Avoid .env file upload on rollback #54

Closed ikari7789 closed 4 years ago

ikari7789 commented 4 years ago

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.