RoadSign/cli/.roadsignrc

13 lines
228 B
Plaintext
Raw Permalink Normal View History

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