Skip to content

Revert "Don't have filter form temporarily but still do the queries" #60

Revert "Don't have filter form temporarily but still do the queries"

Revert "Don't have filter form temporarily but still do the queries" #60

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
- prod
jobs:
deployment:
runs-on: ubuntu-latest
environment: ${{ github.ref_name }}
steps:
- name: Trigger deploy
run: |
curl -fsS -X POST ${{ secrets.HOOKURL }} -H "X-Key: ${{ secrets.HOOKSECRET }}"