Skip to content

Commit bb6a3e6

Browse files
committed
fix: Proper fix to release with and without s3 profile
1 parent 895ef5a commit bb6a3e6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

rebar.config

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@
4848
]},
4949
{erl_opts, [
5050
{d, 'ENABLE_S3', true}
51-
]}
51+
]},
52+
{relx, [{release, {'hb', "0.0.1"}, [hb, b64fast, cowboy, gun, luerl, prometheus, prometheus_cowboy, elmdb, erlcloud]}]}
5253
]},
5354
{http3, [
5455
{deps, [
@@ -155,7 +156,7 @@
155156
{eunit_opts, [verbose, {scale_timeouts, 10}]}.
156157

157158
{relx, [
158-
{release, {'hb', "0.0.1"}, [hb, b64fast, cowboy, gun, luerl, prometheus, prometheus_cowboy, elmdb, erlcloud]},
159+
{release, {'hb', "0.0.1"}, [hb, b64fast, cowboy, gun, luerl, prometheus, prometheus_cowboy, elmdb]},
159160
{include_erts, true},
160161
{extended_start_script, true},
161162
{overlay, [

0 commit comments

Comments
 (0)