xforty / drush-deploy

Drupal deploy tool based on Capistrano and Drush
https://github.com/xforty/drush-deploy/wiki
Other
35 stars 4 forks source link

Quick and unorganized thoughts on perusing code #23

Open patcon opened 11 years ago

patcon commented 11 years ago

Still haven't dug in as much as I'd like, but looks like an awesome project guys.

Just wanted to toss some things out that to let you know what I'll be working at reconciling in order to use it:

Given how this works, we need to add a little special sauce so that we can easily build any release, as opposed to just the tip of the "develop" branch that the makefile specifies: https://github.com/myplanetdigital/secondlevel-rerun-modules/blob/develop/2ndlevel/commands/build/default.sh#L39

So looks like we'll need to override the actual :setup_build task: https://github.com/xforty/drush-deploy/blob/master/lib/drush_deploy/recipes/drupal.rb#L64-L89

Anyhow, looks awesome though! This is just super quick notes since I'm already late to meet up with folks tonight, so apologies if they're a little unpolished! Cheers guys! :)

patcon commented 11 years ago

Oh and in case anyone is wondering, hoping to get this project working with ours at some point: https://github.com/myplanetdigital/vagrant-ariadne