feat: preview deployment to vercel
This commit is contained in:
16
.github/workflows/deploy-preview.yml
vendored
Normal file
16
.github/workflows/deploy-preview.yml
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
name: "▲ Deploy preview to Vercel"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- "dev"
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened]
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
uses: org013/.github/.github/workflows/vercel-deploy.yml@main
|
||||
secrets: inherit
|
||||
with:
|
||||
production: false
|
||||
|
||||
Reference in New Issue
Block a user