Add health check email notifications

This commit is contained in:
jude
2023-06-23 09:39:09 +01:00
parent 6de11f09db
commit edbfc92cb9
5 changed files with 17 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "reminder-rs"
version = "1.6.17-1"
version = "1.6.18"
authors = ["Jude Southworth <judesouthworth@pm.me>"]
edition = "2021"
license = "AGPL-3.0 only"
@ -44,6 +44,8 @@ assets = [
["conf/Rocket.toml", "etc/reminder-rs/Rocket.toml", "600"],
["web/static/**/*", "lib/reminder-rs/static", "644"],
["web/templates/**/*", "lib/reminder-rs/templates", "644"],
["healthcheck", "lib/reminder-rs/healthcheck", "755"],
["cron.d/reminder_health", "etc/cron.d/reminder_health", "644"],
# ["nginx/reminder-rs", "etc/nginx/sites-available/reminder-rs", "755"]
]
conf-files = [