From 131fe235719346775e3e3df65e11003166202963 Mon Sep 17 00:00:00 2001 From: leehk Date: Mon, 14 Apr 2025 13:10:36 +0800 Subject: [PATCH] update --- .github/workflows/develop.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/develop.yml b/.github/workflows/develop.yml index a08a7af..17dce1b 100644 --- a/.github/workflows/develop.yml +++ b/.github/workflows/develop.yml @@ -122,17 +122,11 @@ jobs: --name backend-backend \ -p 8004:8765 \ ${{ env.IMAGE }}:latest - env: - DEEPSEEK_API_KEY: ${{ secrets.DEEPSEEK_API_KEY }} - DEEPSEEK_API_URL: ${{ secrets.DEEPSEEK_API_URL }} - ENVIRONMENT: dev - TESTING: 0 - PORT: 8765 - name: Monitor memory usage run: free -h - name: Test port accessibility - run: curl -v http://localhost:8004 || echo "Service not reachable" + run: curl -v http://localhost:8004 - name: Get container logs if: failure() run: docker logs backend-backend