Skip to content

Commit 367d015

Browse files
committed
buildpack-run
1 parent 86da413 commit 367d015

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.env

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
TIMES=2
1+
TIMES=2
2+
BUILDPACK_RUN=prepare.sh

app.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,12 @@
1818
"description": "A secret key for verifying the integrity of signed cookies.",
1919
"generator": "secret"
2020
},
21+
"COMMENT": {
22+
"description": "A key for comments.",
23+
"generator": "scripts-postdeploy run only once after installation of the app"
24+
},
2125
"BUILDPACK_RUN": {
22-
"description": "The number of processes to run.",
26+
"description": "The script to run after compile.",
2327
"value": "prepare.sh"
2428
}
2529
},

0 commit comments

Comments
 (0)