Skip to content

Commit 091724f

Browse files
committed
Explicitly specify Heroku stack
Why these changes are being introduced: We do not currently declare the stack we want to use for PR builds. This is fine as TIMDEX-UI is already using Heroku 22, but it may be useful for future stack upgrades. Relevant ticket(s): https://mitlibraries.atlassian.net/browse/ENGX-180 How this addresses that need: This adds an app.json file that declares the target stack and app name. Side effects of this change: None.
1 parent ea06d76 commit 091724f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"name": "timdex-ui",
3+
"stack": "heroku-22"
4+
}

0 commit comments

Comments
 (0)