Skip to content

Keep Backend Alive #1496

Keep Backend Alive

Keep Backend Alive #1496

Workflow file for this run

name: Keep Backend Alive
on:
schedule:
- cron: "*/10 * * * *"
workflow_dispatch:
jobs:
ping:
runs-on: ubuntu-latest
steps:
- name: Ping
run: |
STATUS=$(curl -s -o /dev/null -w "%{http_code}" https://fingrid-backend.onrender.com/health)
echo "Status: $STATUS"