Files
now-deployment/example/static/now.json
2020-02-18 22:26:28 +09:00

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" }
]
}