Send telegram message when someone presses the button.

This commit is contained in:
Pim Kunis 2019-10-24 22:58:09 +02:00
parent b0741551f2
commit 0e0e2d5ec8
7 changed files with 45 additions and 13 deletions

View file

@ -17,3 +17,7 @@ else
"host.exs"
end
|> import_config()
if File.exists?("config/secrets.exs") do
import_config "secrets.exs"
end