From 0a838c5d631ccea1ce537126324a828331f24902 Mon Sep 17 00:00:00 2001 From: pm Date: Fri, 8 May 2026 12:15:11 +0000 Subject: [PATCH] Modificar .gitea/workflows/deploy.yaml asd --- .gitea/workflows/deploy.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 37689e3..a3a9dce 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -33,7 +33,8 @@ jobs: -Dsonar.projectKey=website-test \ -Dsonar.sources=. \ -Dsonar.host.url=http://51.89.40.2:9000 \ - -Dsonar.token=${{ secrets.SONAR_TOKEN }} + -Dsonar.token=${{ secrets.SONAR_TOKEN }} \ + -Dsonar.qualitygate.wait=true deploy: needs: security-gate