Hi,
My fly deploy
process keeps failing (both on GitHub actions and from my machine) because of a Error 204 No Content
.
Strangely enough the culprit seems to be:
/app/bin/my_app eval MyApp.Release.migrate
, which runs for about 15 seconds before returning the error (our DB is on GCP). Even weirder, even though it seems to interrupt the process, I realized the deploy is made after all!
Also, it began to happen yesterday, for no apparent reason.
Anyone who encountered the same problem?