From a32e03ea11f057552cb80e683b86bd8a25bd93ba Mon Sep 17 00:00:00 2001 From: nik Date: Mon, 27 Oct 2025 22:42:16 +0300 Subject: [PATCH] upd ip --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0561535..eccc39f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,7 +10,7 @@ pipeline { REMOTE_USER = 'deploy' SSH_CRED = 'bot-ssh' REMOTE_DIR = '/srv/tg-bot' - REPO_URL = 'https://git.fymio.us/nik/fymious_tg_bot' + REPO_URL = 'https://git.fymio.us/fymious/fymious_tg_bot' BRANCH = 'main' } stages {