capistrano / symfony

Capistrano tasks for deploying the Symfony standard edition
MIT License
353 stars 65 forks source link

exclude folders before deploy from local !? #91

Open enima-web opened 6 years ago

enima-web commented 6 years ago

I want to deploy symfony4 app from local(git) no github, and before deploy the app to my ovh ssh server , exculde "vendor" and "var" folders ! How can i setup my deploy.rb file ? Thank's