From 3a08db168581508a350e23c4e22c1359fac59772 Mon Sep 17 00:00:00 2001 From: "15219900+Ninjagod1251@users.noreply.github.com" <15219900+Ninjagod1251@users.noreply.github.com> Date: Thu, 14 Nov 2024 01:44:22 -0800 Subject: [PATCH] fix: rm toml --- railway.toml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 railway.toml diff --git a/railway.toml b/railway.toml deleted file mode 100644 index 25cc568..0000000 --- a/railway.toml +++ /dev/null @@ -1,18 +0,0 @@ -[ -build -] -builder = "NIXPACKS" -buildCommand = "pip install -r requirements.txt" - -[ -deploy -] -startCommand = "python telegram_bot.py" -restartPolicyType = "ON_FAILURE" -restartPolicyMaxRetries = 10 - -[ -variables -] -ENVIRONMENT = "production" -DEBUG = "False" \ No newline at end of file