Skip to content

Commit c6b0e81

Browse files
committed
Add Heroku generated app.json
1 parent da32acf commit c6b0e81

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

app.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"addons": [
3+
"scheduler"
4+
],
5+
"buildpacks": [
6+
{
7+
"url": "heroku/nodejs"
8+
}
9+
],
10+
"description": "for fun",
11+
"env": {
12+
"SARA": {
13+
"required": true
14+
},
15+
"test": {
16+
"required": true
17+
},
18+
"TEST": {
19+
"required": true
20+
}
21+
},
22+
"formation": {
23+
},
24+
"name": "github-techtalk",
25+
"scripts": {
26+
"postdeploy": "bin/setup",
27+
"pr-predestroy": "bin/teardown"
28+
},
29+
"stack": "heroku-24"
30+
}

0 commit comments

Comments
 (0)