ghousemohamed

ghousemohamed

Edeliver not deploying upgrades

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?

First Post!

NobbZ

NobbZ

What version 9f distillery, edeliver and elixir have built the old release and which have built the update?

Last Post!

ghousemohamed

ghousemohamed

Both the old release and the updates have been built by the same versions of distillery, and edeliver

elixir ~> 1.7
distilery ~> 2.1.1
edeliver ~> 1.8.0

Where Next?

Popular in Questions Top

minhajuddin
I have seen a lot of code which picks the first element from a list using Enum.at(0) instead of List.first. Is there a reason why people ...
New
lessless
I believe there are people here who are dealing with CSV files import on the daily basis, and since Excel is a really popular tool there ...
New
aadeshere1
I have a another noob question about loop. Since elixir is immutable, while loop is not directly possible. total = 10 while total != 0 ...
New
komlanvi
Hi everyone, I was playing with phoenix liveView but I run into an issue. I have a form and want to validate each input text when the te...
New
albydarned
Hello all! I am typing this post from my new MacBook Pro with the M1 chip. I’m loving it so far, and will probably use it as my daily dr...
New
SoCreat
i’m a new one to elixir which editor can i use vs code? or atom? Thanks! :smiley:
New
JorisKok
I have a server on AWS, and was running a load test using artillery. When looking at the Phoenix dashboard I see the Ports going to 100% ...
New

Other popular topics Top

nobody
Hi! In PHP: $_SERVER[‘SERVER_ADDR’] - in Elixir? Searched the docs for ip address and the web, no good results. Thanks!
New
vonH
When I run the Plug and I recompile I wind up having to use Ctrl C to quit iex and start again. Witht the help of rlwrap I can use the cu...
New
Brian
What is the proper way to load a module from a file in to IEX? In the python world, doing something like this pretty standard: from ....
New
dokuzbir
I want to highlight html closing tags when i click a html tag. That works in .html files but doesnt work for html.eex templates. How can...
New
sergio_101
I am VERY much an elixir newbie. I have taken one elixir course and one phoenix course on Udemy. During that course, I saw the instructor...
New
jason.o
In the code below, if the create action is not set to accept “extra_key” as an input, it errors out with a message shown above. Is there ...
New

We're in Beta

About us Mission Statement