🔨 Add roadsign config

This commit is contained in:
2024-10-04 00:43:59 +08:00
parent f80df60858
commit 295d2d5b95
2 changed files with 31 additions and 0 deletions

16
.roadsignrc Normal file
View File

@@ -0,0 +1,16 @@
{
"sync": {
"region": "capital",
"configPath": "roadsign.toml"
},
"deployments": [
{
"region": "capital",
"site": "capital-app",
"path": ".output",
"postDeploy": {
"command": "apk add nodejs npm; cd server && npm install --platform=linux --arch=x64 sharp"
}
}
]
}