webistrano icon indicating copy to clipboard operation
webistrano copied to clipboard

Can we configure the shell-command under which webistrano runs

Open taryneast opened this issue 16 years ago • 0 comments

It would be really nice if we could configure the default shell that webistrano's recipes run under (just like you can do for capistrano). It'd be even nicer if it just automatically used whatever the config says is correct for the capistrano settings.

Right now the system has a shell hard-coded in app/models/deployment.rb in def deploy_in_background

To fix the main issue that was covered in that blogpost I keep pointing at... http://rubyglasses.blogspot.com/2009/12/getting-webistrano-to-deploy-under.html

I had to hand-hack the webistrano code to add in the shell-command we needed ('bash --login -c' instead of 'sh -c'). It'd be nice to not have to do that :)

Sorry for spamming you with issues/feature-requests. I thin webistrano is great, and these are all mainly small tweaks that you are quite welcome to completely ignore ;)

Cheers and thanks, Taryn

taryneast avatar Dec 11 '09 12:12 taryneast