Skip to content

Commit

Permalink
update: sonar qube 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
woody35545 authored Mar 22, 2024
1 parent dc321a7 commit 54411d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
- name: build
run: mvn package

- name : sonar qube
run: mvn sonar:sonar -Dsonar.projectKey=${{ SONAR_PROJECT_KEY }} -Dsonar.host.url=${{ SONAR_HOST_URL }} -Dsonar.login=${{ SONAR_LOGIN_TOKEN }}

- name : delivery
uses: appleboy/scp-action@master
with:
Expand Down

0 comments on commit 54411d1

Please sign in to comment.