Skip to content

Commit 64bbfc1

Browse files
committed
fix: Add erlcloud to release under S3 profile
1 parent fe11c7b commit 64bbfc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rebar.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
]},
4343
{s3, [
4444
{deps, [
45-
{erlcloud, {git, "https://github.com/erlcloud/erlcloud.git",
45+
{erlcloud, {git, "https://github.com/erlcloud/erlcloud.git",
4646
{ref, "fe58402b40b93a20176d12b4bc211ea6a5b0d915"}}
4747
}
4848
]},
@@ -155,7 +155,7 @@
155155
{eunit_opts, [verbose, {scale_timeouts, 10}]}.
156156

157157
{relx, [
158-
{release, {'hb', "0.0.1"}, [hb, b64fast, cowboy, gun, luerl, prometheus, prometheus_cowboy, elmdb]},
158+
{release, {'hb', "0.0.1"}, [hb, b64fast, cowboy, gun, luerl, prometheus, prometheus_cowboy, elmdb, erlcloud]},
159159
{include_erts, true},
160160
{extended_start_script, true},
161161
{overlay, [

0 commit comments

Comments
 (0)