ทดสอบ DevSecOps
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Flook 2025-02-01 04:29:48 +07:00
parent a5e61d6e4d
commit ff43c646e3
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ steps:
SONAR_TOKEN:
from_secret: SCANNER_TOKEN
commands:
- sonar-scanner -Dsonar.projectKey=gitea/opengis -Dsonar.login=$SONAR_LOGIN -Dsonar.host.url=$SONAR_HOST_URL -Dsonar.token=$SONAR_TOKEN
- sonar-scanner -Dsonar.projectKey=gitea_opengis -Dsonar.login=$SONAR_LOGIN -Dsonar.host.url=$SONAR_HOST_URL -Dsonar.token=$SONAR_TOKEN
- name: Deploy to Server
image: curlimages/curl:latest

View File

@ -2,7 +2,7 @@ function App() {
return (
<div className="flex flex-col items-center justify-center min-h-screen py-2">
<h1 className="text-3xl font-bold underline text-center">สวสด! ทดสอบ DevSecOps สำเร</h1>
<h1 className="text-3xl font-bold underline text-center">สวสด! ทดสอบ DevSecOps ตโนมสำเร</h1>
</div>
)
}