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 {