From 16b79b912db1ab44f8149184dabab7b7436a44dc Mon Sep 17 00:00:00 2001 From: Rajendra Reddy Date: Tue, 7 Apr 2026 15:55:11 +0000 Subject: [PATCH] Update .gitea/workflows/ci.yml --- .gitea/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index b89ed06..a5c2176 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -12,10 +12,10 @@ jobs: with: tech_stack: node - run_build: true - run_sonar: true - run_deploy: true - wait_for_quality_gate: false + run_build: "true" + run_sonar: "true" + run_deploy: "true" + wait_for_quality_gate: "false" app_path_beta: /var/www/app-beta app_path_staging: /var/www/app-staging