mirror of
https://github.com/valitydev/kds.git
synced 2024-11-06 00:05:18 +00:00
Cleanup release (#31)
This commit is contained in:
parent
2eba263c86
commit
281462a3a9
2
Makefile
2
Makefile
@ -20,7 +20,7 @@ BASE_IMAGE_TAG := 02a14b0cf68de5552e03a4f66f771411ff7964f8
|
||||
BUILD_IMAGE_NAME := build-erlang
|
||||
BUILD_IMAGE_TAG := 12beabfb5b6968c7566fa3d872ad1b3e8d612f46
|
||||
|
||||
CALL_W_CONTAINER := all submodules compile xref lint dialyze test devrel \
|
||||
CALL_W_CONTAINER := all submodules compile xref lint dialyze test \
|
||||
release clean distclean check_format format
|
||||
|
||||
.PHONY: $(CALL_W_CONTAINER)
|
||||
|
26
rebar.config
26
rebar.config
@ -21,13 +21,11 @@
|
||||
{lib_combin, "0.1.5"},
|
||||
{jsx, "2.9.0"},
|
||||
{jose, "1.9.0"},
|
||||
{recon , "2.3.2"},
|
||||
{libdecaf, "1.0.0"},
|
||||
{prometheus, "4.6.0"},
|
||||
{prometheus_cowboy, "0.1.8"},
|
||||
{shamir , {git, "git@github.com:rbkmoney/shamir.git" , {branch, master}}},
|
||||
{woody , {git, "git@github.com:rbkmoney/woody_erlang.git" , {branch, master}}},
|
||||
{logger_logstash_formatter, {git, "git@github.com:rbkmoney/logger_logstash_formatter.git", {branch, master}}},
|
||||
{genlib , {git, "git@github.com:rbkmoney/genlib.git" , {branch, master}}},
|
||||
{how_are_you , {git, "https://github.com/rbkmoney/how_are_you.git" , {branch, master}}},
|
||||
{erl_health , {git, "https://github.com/rbkmoney/erlang-health.git" , {branch, master}}},
|
||||
@ -72,16 +70,22 @@
|
||||
|
||||
{profiles, [
|
||||
{prod, [
|
||||
{deps, [
|
||||
{logger_logstash_formatter,
|
||||
{git, "https://github.com/rbkmoney/logger_logstash_formatter.git", {ref, "87e52c755"}}},
|
||||
{recon, "2.3.2"}
|
||||
]},
|
||||
{relx, [
|
||||
{dev_mode, false},
|
||||
{include_erts, true},
|
||||
{overlay, []}
|
||||
]}
|
||||
]},
|
||||
{test, []},
|
||||
{dev, [
|
||||
{plugins, [
|
||||
rebar3_run
|
||||
{release, {kds, "0.1.0"}, [
|
||||
{recon, load},
|
||||
{libdecaf, load},
|
||||
{logger_logstash_formatter, load},
|
||||
kds
|
||||
]},
|
||||
{sys_config, "./config/sys.config"},
|
||||
{vm_args, "./config/vm.args"},
|
||||
{mode, minimal},
|
||||
{extended_start_script, true}
|
||||
]}
|
||||
]}
|
||||
]}.
|
||||
|
Loading…
Reference in New Issue
Block a user