Skip to content

Commit

Permalink
Merge pull request #14 from mitre/heroku
Browse files Browse the repository at this point in the history
Setup heroku
  • Loading branch information
Amndeep7 authored Aug 14, 2024
2 parents 3371c04 + c636d22 commit d3458be
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .slugignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# ignore tests directory when it is created
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
release: npm run dbinit
7 changes: 7 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"environments": {
"review": {
"addons": ["heroku-postgresql:essential-0"]
}
}
}

0 comments on commit d3458be

Please sign in to comment.