This commit is contained in:
2026-03-07 05:36:04 +00:00
parent aee168adbe
commit 129909ae13

2
Jenkinsfile vendored
View File

@@ -3,7 +3,7 @@ pipeline {
environment {
// Configure these in Jenkins or as pipeline parameters
DOCKER_REGISTRY = 'https://git.wrigglyt.xyz'
DOCKER_REGISTRY = 'git.wrigglyt.xyz'
DOCKER_IMAGE = 'ryanv/myapp' // e.g., username/repo for Docker Hub
DEPLOY_HOST = '10.0.11.3'
DEPLOY_USER = 'ryanv'