RoadSign/cli/.roadsignrc

13 lines
228 B
Plaintext
Raw Normal View History

2024-10-03 01:38:27 +08:00
{
2024-10-03 11:19:42 +08:00
"sync": {
"region": "static-files",
"configPath": "test/static-files.toml"
},
2024-10-03 01:38:27 +08:00
"deployments": [
{
"path": "test/static-files",
"region": "static-files",
"site": "static-files-des"
}
]
}