Skip to content

Commit

Permalink
chore: actuator 설정 추가 후 prod 배포 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
clean2001 committed Jan 4, 2025
1 parent 5aceae5 commit c9c3836
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/aws-cicd-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ on:
push:
branches:
- develop
- chore/LA-33
pull_request:
branches:
- develop
- chore/LA-33
env:
REGISTRY: "docker.io"
NAMESPACE: "clean01"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/aws-cicd-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ on:
push:
branches:
- main
- chore/LA-33
pull_request:
branches:
- main
- chore/LA-33

env:
REGISTRY: "docker.io"
Expand Down

0 comments on commit c9c3836

Please sign in to comment.