chore: force update smoke check to direct backend health check
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user