From f9b82cd59474310d808eec766cf835410dd2b00b Mon Sep 17 00:00:00 2001 From: ryanv Date: Sat, 7 Mar 2026 06:03:25 +0000 Subject: [PATCH] update repo --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 78a6020..79117d0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,7 +8,7 @@ pipeline { DEPLOY_HOST = '10.0.11.3' DEPLOY_USER = 'ryanv' DEPLOY_PATH = '/opt/myapp' - GIT_REPO_URL = 'https://github.com/myorg/jenkins-docker-deploy-example.git' + GIT_REPO_URL = 'https://git.wrigglyt.xyz/ryanv/jenkins-docker-deploy-example.git' } options {