deploy: add deployment workflows

This commit is contained in:
Kentai Radiquum 2024-08-11 00:07:17 +05:00
parent e1e3d04c52
commit ed0fed42a1
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
3 changed files with 52 additions and 0 deletions

8
vercel.json Normal file
View file

@ -0,0 +1,8 @@
{
"git": {
"deploymentEnabled": {
"V3": "false",
"V2": "false"
}
}
}