Skip to content

Revamp the homepage to show you patches you might be interested in (#51) #53

Revamp the homepage to show you patches you might be interested in (#51)

Revamp the homepage to show you patches you might be interested in (#51) #53

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