chore: force update smoke check to direct backend health check

This commit is contained in:
2026-06-19 15:28:50 +09:00
parent fb45c38107
commit 07eb48f27c

View File

@@ -125,8 +125,6 @@ jobs:
PROD_DEPLOY_PATH: ${{ vars.PROD_DEPLOY_PATH }} PROD_DEPLOY_PATH: ${{ vars.PROD_DEPLOY_PATH }}
run: | run: |
set -euo pipefail set -euo pipefail
curl -f http://localhost:9090/ || echo "Nginx is up"
ssh "${PROD_USER}@${PROD_HOST}" "cd '${PROD_DEPLOY_PATH}' && docker compose -f docker-compose.prod.yaml exec -T backend curl -fsS http://localhost:3000/health" ssh "${PROD_USER}@${PROD_HOST}" "cd '${PROD_DEPLOY_PATH}' && docker compose -f docker-compose.prod.yaml exec -T backend curl -fsS http://localhost:3000/health"
- name: Cleanup generated env file
if: ${{ always() }} if: ${{ always() }}
run: rm -f .env.deploy run: rm -f .env.deploy