From d97f370fa846e41e8e82fb0b96923e476549176c Mon Sep 17 00:00:00 2001 From: Sean Greaves <23040351+ribenamaplesyrup@users.noreply.github.com> Date: Tue, 22 Oct 2024 19:21:55 +0100 Subject: [PATCH] Update railway.toml --- railway.toml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/railway.toml b/railway.toml index 40a5860..bccf055 100644 --- a/railway.toml +++ b/railway.toml @@ -4,9 +4,3 @@ buildCommand = """ pip install -e . && \ jupyter nbextension enable --py --sys-prefix ipyleaflet """ - -[deploy] -startCommand = "echo Deployment started" -healthcheckPath = "/" -healthcheckTimeout = 100 -restartPolicyType = "never"