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