Skip to content

Commit

Permalink
fix: libcluster (#362)
Browse files Browse the repository at this point in the history
* fix: libcluster version

* fix: set back the hostname to the pod

Signed-off-by: shiipou <shiishii@nocturlab.fr>

---------

Signed-off-by: shiipou <shiishii@nocturlab.fr>
Co-authored-by: Emric Pichonnier <emric.pichonnier@lenra.io>
  • Loading branch information
shiipou and pichoemr authored Mar 3, 2023
1 parent 1ccb0d2 commit ce31386
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 131 deletions.
3 changes: 1 addition & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ defmodule Lenra.Umbrella.MixProject do
{:dialyxir, "~> 1.2", only: [:dev], runtime: false},
{:sobelow, "~> 0.11.1", only: :dev},
{:excoveralls, "~> 0.15.2", only: :test},
{:benchee, "~> 1.1", only: :dev},
{:distillery, "~> 2.0"}
{:benchee, "~> 1.1", only: :dev}
]
end

Expand Down
23 changes: 11 additions & 12 deletions mix.lock

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions rel/commands/migrate.sh

This file was deleted.

63 changes: 0 additions & 63 deletions rel/config.exs

This file was deleted.

8 changes: 0 additions & 8 deletions rel/env.bat.eex

This file was deleted.

4 changes: 2 additions & 2 deletions rel/env.sh.eex
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@

# # Set the release to work across nodes.
# # RELEASE_DISTRIBUTION must be "sname" (local), "name" (distributed) or "none".
# export RELEASE_DISTRIBUTION=name
# export RELEASE_NODE=<%= @release.name %>
export RELEASE_DISTRIBUTION=name
export RELEASE_NODE=<%= @release.name %>@${HOSTNAME}
3 changes: 0 additions & 3 deletions rel/plugins/.gitignore

This file was deleted.

8 changes: 0 additions & 8 deletions rel/remote.vm.args.eex

This file was deleted.

30 changes: 0 additions & 30 deletions rel/vm.args

This file was deleted.

0 comments on commit ce31386

Please sign in to comment.