Skip to content

Commit

Permalink
Merge pull request #45 from plus-tdd/feature/add_logger
Browse files Browse the repository at this point in the history
클라우드 워치 CICD 적용 3
  • Loading branch information
KJJDSA authored Jul 19, 2023
2 parents 000f347 + 6150fca commit c07c0ce
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 @@ -13,6 +13,9 @@ env:
DB_PW: ${{ secrets.DB_PW }}
DB_SCHEMA: ${{ secrets.DB_SCHEMA }}
JWT_SECRET_KEY: ${{ secrets.JWT_SECRET_KEY }}
CLOUDWATCH_REGION: ${{ secrets.CLOUDWATCH_REGION }}
CLOUDWATCH_GROUP_NAME: ${{ secrets.CLOUDWATCH_GROUP_NAME }}
CLOUDWATCH_STREAM_NAME: ${{ secrets.CLOUDWATCH_STREAM_NAME }}
jobs:
deploy:
name: Deploy
Expand Down

0 comments on commit c07c0ce

Please sign in to comment.