gatling icon indicating copy to clipboard operation
gatling copied to clipboard

Failed to bulid release

Open danieledangeli opened this issue 9 years ago • 1 comments

I've tried a lot of time deploying an umbrella project on Digital Ocean with gatling.

  • The first deploy is working fine (generates version 0.0.1)
  • Then I update something, changing version in mix.exs to be "0.0.2" (which is > than 0.0.1)and It's all right, with a nice "hot upgrade too"
  • Then I'll go thorugh the third release (0.0.3) and I always get this error:

**"Failed to build release: remote: Missing .rel for iamviolet:0.0.2 at _build/prod/rel/iamviolet/releases/0.0.2/iamviolet.rel "**

It seems like upgrading is not going to generate a .rel file. Note: the release 0.0.3 is generated but not used as permanent.

What I'm doing wrong?

Distillery Version: 1.1.2 Gatling version: 1.1.1

danieledangeli avatar Feb 23 '17 23:02 danieledangeli

You did generate a release file using Distillery, right?

If not, you can generate a release file with the following command, mix release.init

per this documentation.

I hope this gets you going in the right direction.

ipatch avatar Apr 25 '17 16:04 ipatch