feat: flyway를 이용한 엔티티-테이블 매핑 검증 자동화 (#273) #85
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: packy API Dev Server - CD | |
on: | |
push: | |
branches: | |
- develop | |
jobs: | |
CD: | |
name: Call Reusable Deploy Workflow | |
uses: ./.github/workflows/reusable-cd.yml | |
with: | |
profile: dev | |
secrets: | |
ACTION_TOKEN: ${{ secrets.ACTION_TOKEN }} | |
AWS_ACCESS_KEY: ${{ secrets.AWS_ACCESS_KEY }} | |
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} | |
AWS_REGION: ${{ secrets.AWS_REGION }} | |
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} |