Skip to content

makes health route public, but rate limits to once per 30mins #21

makes health route public, but rate limits to once per 30mins

makes health route public, but rate limits to once per 30mins #21

Workflow file for this run

name: Render Deploy
on:
pull_request:
push:
branches: [ "master" ]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Deploy to Render
# Only run this step if the branch is master
if: github.ref == 'refs/heads/master'
env:
deploy_url: ${{ secrets.RENDER_DEPLOY_HOOK_URL }}
run: |
curl "$deploy_url"