diff --git a/Jenkinsfile b/Jenkinsfile index b1878c9..4e1fe24 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,7 +6,7 @@ pipeline { BACKEND_NAME = "backend-app" FRONTEND_NAME = "frontend-app" GITOPS_REPO = "https://git.winteraccess.id/syifa/datasiswa-gitops.git" - GITOPS_BRANCH = "main" + GITOPS_BRANCH = "dev" DEPLOY_OVERLAY = "overlays/dev" }