Skip to content

Commit

Permalink
chore: 무중단 배포 테스트 환경 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
kimdozzi committed Apr 17, 2024
1 parent 58fdefe commit c31d1c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Build and Deploy to EC2

on:
push:
branches: [ "production" ] ## 나중에 production으로 변경하기
# pull_request:
# branches: [ "production" ]
branches: [ "production", "chore/156-release-test" ] ## 나중에 production으로 변경하기
pull_request:
branches: [ "production", "chore/156-release-test" ]

env:
AWS_REGION: ap-northeast-2
Expand Down

0 comments on commit c31d1c3

Please sign in to comment.