I’m trying to deploy my application using edeliver and distillery. I’m using these commands to deploy an upgrade to a remote server.
mix edeliver build upgrade --from=$(git rev--parse --short HEAD^) --to=$(git rev-parse --short HEAD)
mix edeliver deploy upgrade to production
But this is the error I’m getting for the second line of command.
Could not locate code path for release-my-app","0.1.0+ce57a6a!
What am I doing wrong here?