Skip to content

Make committer select box easier to use (#66) #84

Make committer select box easier to use (#66)

Make committer select box easier to use (#66) #84

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 }}"