Send telegram message when someone presses the button.
This commit is contained in:
parent
b0741551f2
commit
0e0e2d5ec8
7 changed files with 45 additions and 13 deletions
|
@ -17,3 +17,7 @@ else
|
|||
"host.exs"
|
||||
end
|
||||
|> import_config()
|
||||
|
||||
if File.exists?("config/secrets.exs") do
|
||||
import_config "secrets.exs"
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue