Skip to content

Merge branch 'refactor' of https://github.com/manishiwa/ef-grant-fron… #9

Merge branch 'refactor' of https://github.com/manishiwa/ef-grant-fron…

Merge branch 'refactor' of https://github.com/manishiwa/ef-grant-fron… #9

name: Deploy on refactor push
on:
push:
branches:
- refactor
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Trigger rebuild on vercel
run: curl -X POST ${{ secrets.REFACTOR_DEPLOY_HOOK }}