Skip to content

Commit

Permalink
Update CI, CD
Browse files Browse the repository at this point in the history
  • Loading branch information
DucBaoUIT committed Dec 13, 2024
1 parent 2226f30 commit b5930d0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 50 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploymentCD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ jobs:
# run: |
# kubectl apply -f resources.yaml

# notifications:
# needs: deploy
# uses: ./.github/workflows/notifyCD.yaml
# secrets:
# SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
notifications:
needs: deploy
uses: ./.github/workflows/notifyCD.yaml
secrets:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
2 changes: 1 addition & 1 deletion .github/workflows/scan-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
' scan-results.json > vulnerability-report.md
- name: Upload vulnerability report
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: vulnerability-report
path: vulnerability-report.md
Expand Down
44 changes: 0 additions & 44 deletions resources.yaml

This file was deleted.

0 comments on commit b5930d0

Please sign in to comment.