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