mirror of
https://github.com/zhigang1992/now-deployment.git
synced 2026-01-12 22:49:18 +08:00
13 lines
216 B
JSON
13 lines
216 B
JSON
{
|
|
"name": "zeit-now-deployment-action-example-static",
|
|
"version": 2,
|
|
"scope": "amond",
|
|
"public": false,
|
|
"github": {
|
|
"enabled": false
|
|
},
|
|
"builds": [
|
|
{ "src": "./**", "use": "@now/static" }
|
|
]
|
|
}
|