Skip to content

Merge branch 'main' of https://github.com/growthepie/gtp-frontend int… #10

Merge branch 'main' of https://github.com/growthepie/gtp-frontend int…

Merge branch 'main' of https://github.com/growthepie/gtp-frontend int… #10

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