wp-cloud-deploy
wp-cloud-deploy copied to clipboard
Use the IP from the Server Post if available
Instead of loading the provider API, the IP address can be called directly from the post meta in most cases.
@batonac - Curious - what's the purpose for this change? Is it a performance optimization change or to fix a bug you encountered?
It's a bug workaround, truthfully, since the Proxmox API provider suddenly stopped working with the existing IP address retrieval code. I haven't had time to diagnose the issue yet, but I felt like submitting this change since it seems it could be justified on the basis of a performance optimization.