We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've tried a lot of time deploying an umbrella project on Digital Ocean with gatling.
**"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
The text was updated successfully, but these errors were encountered:
You did generate a release file using Distillery, right?
If not, you can generate a release file with the following command, mix release.init
mix release.init
per this documentation.
I hope this gets you going in the right direction.
Sorry, something went wrong.
No branches or pull requests
I've tried a lot of time deploying an umbrella project on Digital Ocean with gatling.
**"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
The text was updated successfully, but these errors were encountered: