This commit is contained in:
parent
a5e61d6e4d
commit
ff43c646e3
@ -13,7 +13,7 @@ steps:
|
|||||||
SONAR_TOKEN:
|
SONAR_TOKEN:
|
||||||
from_secret: SCANNER_TOKEN
|
from_secret: SCANNER_TOKEN
|
||||||
commands:
|
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
|
- name: Deploy to Server
|
||||||
image: curlimages/curl:latest
|
image: curlimages/curl:latest
|
||||||
|
|||||||
@ -2,7 +2,7 @@ function App() {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="flex flex-col items-center justify-center min-h-screen py-2">
|
<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>
|
</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user