Fly.io deployment with ash_authentication
I'm trying to deploy the new version of my app with
I'm guessing this is because it's trying to grab the secret during compile time (could be wrong). I also tried using
ash_authentication but I get an error at this line:I'm guessing this is because it's trying to grab the secret during compile time (could be wrong). I also tried using
fetch_env! with the same results.