Add health check email notifications
This commit is contained in:
		@@ -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 = [
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user