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 08c53d8 commit ea5203dCopy full SHA for ea5203d
app.json
@@ -0,0 +1,30 @@
1
+{
2
+ "addons": [
3
+ "connectqa",
4
5
+ "herokuconnect",
6
+ "heroku-postgresql"
7
+ ],
8
+ "buildpacks": [
9
+ {
10
+ "url": "heroku/nodejs"
11
+ }
12
13
+ "description": "testing",
14
+ "env": {
15
+ "test": {
16
+ "required": true
17
+ },
18
+ "tester": {
19
+ "generator": "secret"
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