chore: add revision for appsignal

This commit is contained in:
Zach Daniel 2023-09-12 15:11:29 -04:00
parent 4a959a1383
commit 5f183306e8

View file

@ -31,6 +31,9 @@ config :ash_appsignal,
:preparation :preparation
] ]
{revision, _exitcode} = System.cmd("git", ["log", "--pretty=format:%h", "-n 1"])
config :appsignal, :config, revision: revision
config :ash_hq, config :ash_hq,
ash_apis: [ ash_apis: [
AshHq.Ashley, AshHq.Ashley,