Skip to content

Commit

Permalink
Backport review apps fixes from feature/cambridge-greek-lexicon
Browse files Browse the repository at this point in the history
Refs #158
  • Loading branch information
jacobwegner committed Jun 27, 2023
1 parent ea234d9 commit 6c5117d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"formation": {
"web": {
"quantity": 1,
"size": "hobby"
"size": "basic"
}
},
"addons": [
Expand Down
4 changes: 4 additions & 0 deletions heroku.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
build:
docker:
web: heroku.dockerfile
release:
image: web
command:
- python manage.py check
run:
web: gunicorn scaife_stack_atlas.wsgi

0 comments on commit 6c5117d

Please sign in to comment.