feat: initial commit

Created (mostly) temporally website, forked from Org013/www.
This commit is contained in:
Guz013
2023-06-14 13:38:36 -03:00
commit 9dd19b75bd
42 changed files with 10973 additions and 0 deletions

15
.github/workflows/deploy-preview.yml vendored Normal file
View 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
View 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
View 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