diff --git a/Jenkinsfile b/Jenkinsfile index a081bc7..80f9de6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,7 +7,7 @@ pipeline { FRONTEND_NAME = "frontend-app" GITOPS_REPO = "https://git.winteraccess.id/syifa/datasiswa-gitops.git" GITOPS_BRANCH = "main" - DEPLOY_OVERLAY = "overlays/staging" + DEPLOY_OVERLAY = "overlays/production" } stages {