Skip to content

feat: Add health check endpoint and GitHub Actions workflow for deplo… #1

feat: Add health check endpoint and GitHub Actions workflow for deplo…

feat: Add health check endpoint and GitHub Actions workflow for deplo… #1

Workflow file for this run

name: Render Health Check
on:
push:
branches: ['main']
workflow_dispatch:
jobs:
healthcheck:
runs-on: ubuntu-latest
steps:
- name: Wait for Render deploy
run: sleep 25
- name: Health check
run: |
set -e
curl -fsS "$RENDER_HEALTH_URL"