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 {