Skip to content

Commit

Permalink
Staging for Comment Service
Browse files Browse the repository at this point in the history
  • Loading branch information
DucBaoUIT committed Jun 24, 2024
1 parent 8a5c6eb commit 05e4925
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 331 deletions.
84 changes: 0 additions & 84 deletions .github/workflows/ArgoCD.yaml

This file was deleted.

23 changes: 0 additions & 23 deletions .github/workflows/applyK8S.yaml

This file was deleted.

37 changes: 0 additions & 37 deletions .github/workflows/build-image.yaml

This file was deleted.

50 changes: 0 additions & 50 deletions .github/workflows/deploymentCD.yaml

This file was deleted.

23 changes: 3 additions & 20 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Continuous Integration for Comment Service
on:
push:
branches:
- main
- staging

jobs:
testing:
Expand All @@ -26,25 +26,8 @@ jobs:
- name: Unit Tests
run: mvn -B test --file pom.xml

sonarQube-scan:
needs: testing
uses: ./.github/workflows/sonarqube.yaml
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}


build-image:
needs: testing
uses: ./.github/workflows/build-image.yaml
secrets:
DOCKER_HUB_ACCESS_TOKEN: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}

scan-image:
needs: build-image
uses: ./.github/workflows/scan-image.yaml

notify:
needs: scan-image
uses: ./.github/workflows/notifyCI.yaml
needs: testing
uses: ./.github/workflows/notifyCD.yaml
secrets:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
36 changes: 0 additions & 36 deletions .github/workflows/notifyCI.yaml

This file was deleted.

46 changes: 0 additions & 46 deletions .github/workflows/scan-image.yaml

This file was deleted.

35 changes: 0 additions & 35 deletions .github/workflows/sonarqube.yaml

This file was deleted.

0 comments on commit 05e4925

Please sign in to comment.