Skip to content

Commit

Permalink
πŸš‘ CI/CD νŒŒμ΄ν”„λΌμΈ μˆ˜μ •
Browse files Browse the repository at this point in the history
- μ˜¬λ°”λ₯΄μ§€ μ•Šμ€ κ°’ μˆ˜μ • (EC2_SECURITY_GROUP_ID -> AWS_HARUHANA_BACKEND_INSTANCE_SECURITY_GROUP_ID)
  • Loading branch information
namsh1125 committed Feb 7, 2025
1 parent 7bbe826 commit e31d5e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
if: always()
run: |
aws ec2 revoke-security-group-ingress \
--group-id ${{ secrets.EC2_SECURITY_GROUP_ID }} \
--group-id ${{ secrets.AWS_HARUHANA_BACKEND_INSTANCE_SECURITY_GROUP_ID }} \
--protocol tcp \
--port 22 \
--cidr ${{ steps.ip.outputs.ipv4 }}/32

0 comments on commit e31d5e5

Please sign in to comment.