Skip to content

Commit e19b8df

Browse files
committed
Added CI/CD for automatic deployments on Vercel.
1 parent 1f89325 commit e19b8df

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Trigger Vercel Deploy
2+
3+
on:
4+
push:
5+
branches:
6+
- develop
7+
8+
jobs:
9+
deploy:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Trigger Vercel Deploy
13+
run: |
14+
curl -X POST https://api.vercel.com/v1/integrations/deploy/prj_TdBL1LZtlQPexWAl4CkZiYUGsLVa/eAGgDTtDDP

0 commit comments

Comments
 (0)