Skip to content

Commit

Permalink
Merge branch 'main' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
deveunhwa committed Nov 6, 2024
2 parents 5ac9951 + c6ee8cd commit d05272e
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,4 @@ jobs:
cd ~/bitta-project
docker-compose down
docker-compose up -d --no-deps
sudo nginx -s reload
# 테스트 단계
- name: Test Backend Response
run: curl http://localhost:8080

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

0 comments on commit d05272e

Please sign in to comment.