Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can we configure the shell-command under which webistrano runs #5

Open
taryneast opened this issue Dec 11, 2009 · 0 comments
Open

Can we configure the shell-command under which webistrano runs #5

taryneast opened this issue Dec 11, 2009 · 0 comments

Comments

@taryneast
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant