lucasgarcia98
HOBBYOP
2 years ago
Why i can set to execute the healthcheck after building, and not in the end of build step?
9 Replies
2 years ago
wdym?
I need the healthcheck to be executed after building my application, but before it is done, I need to remove the deployment that I have active.
2 years ago
The healtcheck always run after building your application but there's no easy way to remove the active deployment before deploying your new one.
You can try to reduce the overlap (the time where your old deployment is active)

2 years ago
but tbh, why do you need to do that?
