Skip to content

Commit

Permalink
Fix: 테스트를 위한 호스트수정
Browse files Browse the repository at this point in the history
  • Loading branch information
deveunhwa committed Nov 5, 2024
1 parent 6cdc2ec commit 515ed48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
# 테스트 단계
- name: Test Frontend Response
run: curl --fail http://${{ secrets.EC2_HOST }} || exit 1
run: curl --fail http://3.36.227.116 || exit 1

- name: Test Backend Response
run: curl --fail http://${{ secrets.EC2_HOST }}/api/ || exit 1
run: curl --fail http://3.36.227.116/api/ || exit 1

0 comments on commit 515ed48

Please sign in to comment.