Hi, is possible to add an healthcheck instead sleep to a drone service that support builds?
I need to check if database postgres is available to use, by default when postresql is starting and stay bootstraped the database is enabled to connect, but is not enable properly.
I need to use something similar to docker-compose healthcheck.
Thanks.