From b9868fa2a4ff48fa426301f050484b5dacfce80f Mon Sep 17 00:00:00 2001 From: Syifa Date: Wed, 22 Oct 2025 19:47:54 +0700 Subject: [PATCH] updated Jenkinsfile prod for Gitops Workflow --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {