Comments on building in CI/CD pipeline

This commit is contained in:
raamatkeijo 2021-09-28 10:14:17 +03:00
parent 9920dab5c6
commit e9b235564e
2 changed files with 2 additions and 1 deletions

View file

@ -14,6 +14,7 @@
%% URL of EPP endpoints. Can be pointed at a web server (Apache/NGINX)
%% Can contain port (https://some-host:3000/epp/session)
%% Honors the prepended protocol (http / https).
%% Service_name.Namespace.svc.cluster.local <=== service name in k8s
{epp_session_url, "https://registry.test/epp/session/"},
{epp_command_url, "https://registry.test/epp/command/"},
{epp_error_url, "https://registry.test/epp/error/"},

View file

@ -6,7 +6,7 @@
{lager_syslog, {git, "https://github.com/erlang-lager/lager_syslog.git"}},
{erlsom, "1.5.0"}]}.
{relx, [{release, {epp_proxy, "git"},
{relx, [{release, {epp_proxy, "1.2.3"},
[epp_proxy,
lager,
lager_syslog,