17 lines
326 B
Plaintext
17 lines
326 B
Plaintext
{
|
|
"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"
|
|
}
|
|
}
|
|
]
|
|
}
|