Skip to content

Commit

Permalink
Merge branch 'prgrms-be-devcourse:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Preta3418 authored Nov 6, 2024
2 parents 1503876 + 87fc303 commit e3f96de
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 @@ -119,8 +119,8 @@ jobs:
sudo nginx -s reload
# 테스트 단계
- name: Test Frontend Response
run: curl --fail http://${{ secrets.EC2_HOST }} || exit 1
- name: Test Backend Response
run: curl http://localhost:8080

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

0 comments on commit e3f96de

Please sign in to comment.