mirror of
https://github.com/zhigang1992/now-deployment.git
synced 2026-01-12 09:14:04 +08:00
16 lines
271 B
JSON
16 lines
271 B
JSON
{
|
|
"name": "zeit-now-deployment-action",
|
|
"version": 2,
|
|
"scope": "amond",
|
|
"public": false,
|
|
"github": {
|
|
"enabled": false
|
|
},
|
|
"builds": [
|
|
{ "src": "./public/**", "use": "@now/static" }
|
|
],
|
|
"routes": [
|
|
{ "src": "/(.*)", "dest": "public/$1" }
|
|
]
|
|
}
|