Skip to content

Commit

Permalink
Chore : AWS ECR에 도커 이미지 자동 푸시 (테스트 단계)
Browse files Browse the repository at this point in the history
  • Loading branch information
lhw414 committed Jan 2, 2024
1 parent 4d33b68 commit 898afce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Deploy to ECR
# 배포 테스트 단계 : dev/auto-deploy에 push되는 코드가 aws에 올라가는지 확인
on:
push:
branches: [ main ]
branches: [ dev/auto-deploy ]

jobs:
deploy:
Expand Down

0 comments on commit 898afce

Please sign in to comment.