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
|
||||
13
.github/workflows/deploy.yml
vendored
Normal file
13
.github/workflows/deploy.yml
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
name: ▲ Deploy to Vercel
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
uses: loreddev/.github/.github/workflows/vercel-deploy.yml@main
|
||||
secrets: inherit
|
||||
with:
|
||||
production: true
|
||||
14
.github/workflows/mirror.yml
vendored
Normal file
14
.github/workflows/mirror.yml
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
name: 🪞 Repository Mirrors
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- dev
|
||||
|
||||
jobs:
|
||||
mirror:
|
||||
uses: loreddev/.github/.github/workflows/mirrors.yml@main
|
||||
secrets: inherit
|
||||
with:
|
||||
codeberg-repo: https://codeberg.org/LoredDev/www
|
||||
Reference in New Issue
Block a user