Skip to content

Commit b60ad98

Browse files
authored
Merge pull request #1 from gitthermal/add-now
Add Now
2 parents 8673060 + de39093 commit b60ad98

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

now.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"version": 2,
3+
"name": "thermal-website",
4+
"alias": "thermal",
5+
"builds": [{ "src": "*", "use": "@now/static" }],
6+
"scope": "thermal",
7+
"regions": ["bom1", "dub1", "gru1", "hnd1", "syd1", "sfo1"],
8+
"github": {
9+
"enabled": true,
10+
"autoAlias": true,
11+
"autoJobCancelation": false
12+
}
13+
}

0 commit comments

Comments
 (0)