Is there a CLI script I could run on the server (probably from cron) to install the new .zip file?
I'm working on a joomla project and I would like a way to automatically have the new version installed on my remote test server when I commit. Currently I build the package and then have to log into the test server, select the file, upload. I'd like to just push the zip file to the server and have Joomla pick it up and install it.