Hi
I've created powershell script which can be called directly from PB IDE or a deployment batch. So if someone is interested in then there is the script attached.
pbdeploy.cmd is a batch for easier use in PB toolbar custom button.
In the PB custom button there should be:
pbdeploy.cmd export\Project_Installer.zip
The initial setup (server name, credentials) has to be made in pbdeploy.ps1
How to use it:
1. Download and extract pbdeploy.zip
2. Edit pbdeploy.ps1 header
3. Create a new toolbar custom button in PB IDE with commandline <full_path_to_pbdeploy.cmd> <full_path_to_your_deployment>
*edit small modification for "local server deployment" support.