Hey there,
So I guess my use case is essentially deployment, but I wanted to bounce it off someone just to get my thoughts in order.
I'm doing up some scripts to sync some databases and files...and it'd be nice to be able to issue different commands depending on which of them I actually want to run. Much like Capistrano.
I probably don't need any of the deployment magic (i.e. creation of release directories and whatnot), but I can turn that off anyway right? Maybe it's overkill and I should just use shell scripts that run other shell scripts. I tend to overkill things.
Thoughts appreciated!
Hey there,
So I guess my use case is essentially deployment, but I wanted to bounce it off someone just to get my thoughts in order.
I'm doing up some scripts to sync some databases and files...and it'd be nice to be able to issue different commands depending on which of them I actually want to run. Much like Capistrano.
I probably don't need any of the deployment magic (i.e. creation of release directories and whatnot), but I can turn that off anyway right? Maybe it's overkill and I should just use shell scripts that run other shell scripts. I tend to overkill things.
Thoughts appreciated!