Skip to content

Merge branch 'dev' of https://github.com/growthepie/gtp-frontend into… #534

Merge branch 'dev' of https://github.com/growthepie/gtp-frontend into…

Merge branch 'dev' of https://github.com/growthepie/gtp-frontend into… #534

Workflow file for this run

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