capistrano / drupal-deploy

Gem for deploying Drupal projects with capistrano 3
MIT License
40 stars 26 forks source link

Support Drupal 8 #1

Open gagarine opened 9 years ago

gagarine commented 9 years ago

I already did some test. But I think is better to wait the first RC...

lalop commented 7 years ago

Any news on drupal 8 support ?

gagarine commented 7 years ago

@lalop I'm not working anymore at the company that was using Capistrano for deployment. Personally, I try to minimize dependencies at the maximum -> I don't use rubby tools if I'm not forced to.

I use npm script (anyway I have node/npm for frontend) mostly with some bash scripts and/or https://github.com/shipitjs/shipit. For bigger team I recommend http://ansible.com rather than Capistrano 3.

Say that, I will accept and review pull request.

@gido what do you think?

gagarine commented 7 years ago

Their is two forks that implement D8 deployment: https://github.com/unitedworldwrestling/drupal-deploy https://github.com/theunitteam/drupal-deploy

Would be nice to check, cleanup and merge that in this repository.