mirror of
https://github.com/aimingmed/aimingmed-ai.git
synced 2026-02-09 00:43:33 +08:00
update
This commit is contained in:
parent
b01234170f
commit
131fe23571
8
.github/workflows/develop.yml
vendored
8
.github/workflows/develop.yml
vendored
@ -122,17 +122,11 @@ jobs:
|
|||||||
--name backend-backend \
|
--name backend-backend \
|
||||||
-p 8004:8765 \
|
-p 8004:8765 \
|
||||||
${{ env.IMAGE }}:latest
|
${{ 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
|
- name: Monitor memory usage
|
||||||
run: free -h
|
run: free -h
|
||||||
- name: Test port accessibility
|
- name: Test port accessibility
|
||||||
run: curl -v http://localhost:8004 || echo "Service not reachable"
|
run: curl -v http://localhost:8004
|
||||||
- name: Get container logs
|
- name: Get container logs
|
||||||
if: failure()
|
if: failure()
|
||||||
run: docker logs backend-backend
|
run: docker logs backend-backend
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user