This commit is contained in:
2026-01-27 14:28:28 +03:00
parent 5523037bfe
commit 0cd4f5dbb4

1
Jenkinsfile vendored
View File

@@ -4,6 +4,7 @@ pipeline {
environment {
BOT_DIR = '/srv/fymious-tg-bot'
VENV_DIR = '/srv/fymious-tg-bot/.venv'
TELEGRAM_BOT_TOKEN = credentials('telegram-bot-token')
}
stages {