diff --git a/.github/workflows/cd-prod.yaml b/.github/workflows/cd-prod.yaml index 29f81037..f943813b 100644 --- a/.github/workflows/cd-prod.yaml +++ b/.github/workflows/cd-prod.yaml @@ -55,9 +55,4 @@ jobs: echo "REACT_APP_API_URL= ${{ vars.REACT_APP_API_URL_PROD }}" > frontend/.env # Run app - sudo docker compose up my-database my-backend-prod my-frontend-prod --build --detach - - - name: Hit Endpoint - run: | - sleep 20 - curl ${{ vars.PROD_URL }} \ No newline at end of file + sudo docker compose up my-database my-backend-prod my-frontend-prod --build --detach \ No newline at end of file