Skip to content

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

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

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

Workflow file for this run

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