Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to bulid release #50

Open
danieledangeli opened this issue Feb 23, 2017 · 1 comment
Open

Failed to bulid release #50

danieledangeli opened this issue Feb 23, 2017 · 1 comment

Comments

@danieledangeli
Copy link

danieledangeli commented Feb 23, 2017

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

@ipatch
Copy link

ipatch commented Apr 25, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants