We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da32acf commit c6b0e81Copy full SHA for c6b0e81
app.json
@@ -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
17
18
+ "TEST": {
19
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