update repo

This commit is contained in:
2026-03-07 06:03:25 +00:00
parent 40a076e4e5
commit f9b82cd594

2
Jenkinsfile vendored
View File

@@ -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 {