feat: ✨ initial commit
Created (mostly) temporally website, forked from Org013/www.
This commit is contained in:
15
.github/workflows/deploy-preview.yml
vendored
Normal file
15
.github/workflows/deploy-preview.yml
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
name: ▲ Deploy preview to Vercel
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened]
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
uses: loreddev/.github/.github/workflows/vercel-deploy.yml@main
|
||||
secrets: inherit
|
||||
with:
|
||||
production: false
|
||||
Reference in New Issue
Block a user