From c6ee8cd74bc647d21519fe8752aa80834a203d6a Mon Sep 17 00:00:00 2001 From: deveunhwa Date: Wed, 6 Nov 2024 09:44:11 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20workflow=20=ED=85=8C=EC=8A=A4=ED=8A=B8?= =?UTF-8?q?=20=EC=BD=94=EB=93=9C=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/CICD.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) 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