Skip to content

Commit 34f7e0c

Browse files
committed
Fix docker smoke test secret env
1 parent 4861bcf commit 34f7e0c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Rakefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ task :test do
5555
'-p 4000:4000',
5656
'--env PUMA_LOG_CONFIG=1',
5757
'--env HEALTH_CHECK_TOKEN=CHANGE_ME_HEALTH_CHECK_TOKEN',
58+
'--env HTML2RSS_SECRET_KEY=CHANGE_ME_SMOKE_TEST_SECRET_KEY',
5859
"--env AUTO_SOURCE_ENABLED=#{smoke_auto_source_enabled}",
5960
"--mount type=bind,source=#{current_dir}/config,target=/app/config",
6061
'--name html2rss-web-test',

0 commit comments

Comments
 (0)