diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 7f6f08c..83f68ef 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -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 \ No newline at end of file + sudo nginx -s reload \ No newline at end of file