I have a somewhat convoluted deploy procedure that I'd love to script. I'm not sure how easy or hard it will be. Here's what needs to happen:
- sftp myApp.war from my local machine to Server A
- sftp myApp.war from Server A to Server B (presumably ssh-ing in to Server A in order to run sftp on Server A)
- run jar xvf unab.war on Server B
What I'd LOVE from one of you is the following:
- a quick "yes, that's easy, and just the sort of thing shell scripts are for" or "no, that's going to take quite a lot of fiddling".
- If it's pretty doable, a rough outline of the steps I need to take to get it done.