Hi @Tethich ,In one of our projects, we created a shell script that automates the deployment process with minimal downtime. The script follows these steps: remove the publish instance from the load balancer, install the package using curl (which in your case could be a bundle), perform a post-instal...