Skip to content

Commit

Permalink
좀 돼라 (#21)
Browse files Browse the repository at this point in the history
* ✨ [Feature] - Choco API를 구현한다 (#8)

* Refactor: 디렉토리 이름 수정

* Feat: Choco API 생성 완료

* Chore: Redis credential 수정 (#11)

* Chore: CI/CD 진행 시에만 바스티온 호스트의 ingress 22번 포트를 뚫을 수 있도록 한다 (#14)

* Chore: Github actions IP 오류를 해결한다 (#17)

* 🖊️ [Chore] - AWS 접속 시, 발생하는 오류를 해결한다 (#19)

* Chore: Github actions IP 오류를 해결한다

* Chore: Github actions IP 오류를 해결한다

* Chore: CD 진행 중 에러 발생 트러블 슈팅

---------

Co-authored-by: 민장규 <[email protected]>
  • Loading branch information
JeongHeumChoi and Jang99u authored Aug 31, 2024
1 parent a1dbf85 commit 28bbc46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
--group-id ${{ secrets.SECURITY_GROUP_ID }} \
--protocol tcp \
--port 22 \
--cidr ${ TEMP_IP }/32
--cidr ${TEMP_IP}/32
- name: Connect Bastion Host And Run deploy.sh
uses: appleboy/[email protected]
Expand All @@ -85,4 +85,4 @@ jobs:
--group-id ${{ secrets.SECURITY_GROUP_ID }} \
--protocol tcp \
--port 22 \
--cidr ${ TEMP_IP }/32
--cidr ${TEMP_IP}/32

0 comments on commit 28bbc46

Please sign in to comment.