Skip to content

Commit

Permalink
[BBB-159] ⚙️Build: 환경변수로 CD workflow 활성화·비활성화 관리
Browse files Browse the repository at this point in the history
  • Loading branch information
platinouss committed Dec 5, 2024
1 parent 6454f39 commit b86f4f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:

jobs:
deploy:
if: ${{ secrets.ENABLE_CD == 'true' }}

env:
AWS_REGION: ap-northeast-2
ECR_REPOSITORY: devs-nextjs
Expand Down

0 comments on commit b86f4f5

Please sign in to comment.