Skip to content

Commit

Permalink
include certs in release
Browse files Browse the repository at this point in the history
  • Loading branch information
kkrug committed Jan 30, 2025
1 parent 2b4bde2 commit 5a6e158
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@ defmodule ChallengeGov.MixProject do
"coveralls.detail": :test,
"coveralls.post": :test,
"coveralls.html": :test
],
# Ensure the priv/certs directory is included in the release
releases: [
challenge_gov: [
include_executables_for: [:unix],
applications: [challenge_gov: :permanent],
steps: [:assemble, :tar],
extra_files: ["priv/certs"]
]
]
]
end
Expand Down

0 comments on commit 5a6e158

Please sign in to comment.