Removing the [[services]] section of my fly.toml didn’t do the trick, the deploy still gets stuck during my release command which is a app/bin/app_name start (mix release). I assume this is because the health checks fail.
Yeah it does look like there were some errors but only quite some time after the deploy.
What is considered a successful release command with a non-Phoenix app? There are no health checks to a port, so surely it should just be the apps starting up?
Ohhh okay that makes more sense!
So the deploy.release_command is for release tasks.
If I already have the command I want being set in my Dockerfile I don’t need to set anything?
And if I don’t have the command set in the Dockerfile I can then use the experimental.cmd?