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 86da413 commit 367d015Copy full SHA for 367d015
.env
@@ -1 +1,2 @@
1
-TIMES=2
+TIMES=2
2
+BUILDPACK_RUN=prepare.sh
app.json
@@ -18,8 +18,12 @@
18
"description": "A secret key for verifying the integrity of signed cookies.",
19
"generator": "secret"
20
},
21
+ "COMMENT": {
22
+ "description": "A key for comments.",
23
+ "generator": "scripts-postdeploy run only once after installation of the app"
24
+ },
25
"BUILDPACK_RUN": {
- "description": "The number of processes to run.",
26
+ "description": "The script to run after compile.",
27
"value": "prepare.sh"
28
}
29
0 commit comments