In writing the migration script, I realized that we likely want the primary node to run before the secondary nodes run on the very first deployment as well.
This accomplishes ordering the secondary node deployments behind the first by checking for a 200 OK on https://wyilio.com/health.
Depends on D12729