Currently deepify publish makes an assumption that deep-blue-green microapplication is already installed, which doesn't quite make sense. I'd like to propose for deepify to check if it's installed, and if not, deploy it into the application that's going through blue-green deployment process.
Currently
deepify publish
makes an assumption thatdeep-blue-green
microapplication is already installed, which doesn't quite make sense. I'd like to propose for deepify to check if it's installed, and if not, deploy it into the application that's going through blue-green deployment process.