Skip to content

Commit

Permalink
πŸš€ [Deploy] - AWS 접속 μ‹œ, λ°œμƒν•˜λŠ” 였λ₯˜λ₯Ό ν•΄κ²°ν•œλ‹€ (#20)
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 였λ₯˜λ₯Ό ν•΄κ²°ν•œλ‹€

---------

Co-authored-by: λ―Όμž₯규 <[email protected]>
  • Loading branch information
JeongHeumChoi and Jang99u authored Aug 31, 2024
1 parent b0c7e5d commit a1dbf85
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 a1dbf85

Please sign in to comment.