🧱 Using RoadSign instead of Vercel to deploy

This commit is contained in:
2025-01-14 18:39:25 +08:00
parent e6822c0009
commit 45dd0ebcb9
4 changed files with 30 additions and 0 deletions

13
.roadsignrc Normal file
View File

@@ -0,0 +1,13 @@
{
"sync": {
"region": "capital",
"configPath": "roadsign.toml"
},
"deployments": [
{
"region": "capital",
"site": "capital-app",
"path": ".next"
}
]
}