Skip to content

Commit

Permalink
use 'mini' resources and 'eco' dynos (#19)
Browse files Browse the repository at this point in the history
* Update app.json

* Update app.json

* Update README.md

* edit readme
  • Loading branch information
Abhishek-More authored Feb 26, 2023
1 parent 113ce3c commit 8992abb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<img src="https://cdn.weareasterisk.com/product-assets/gavel/banner.png" width="450" height="150" alt="Gavel banner">

**Gavel** is a project expo judging system. Documentation can be found at the link below.
**Gavel** is a project expo judging system.

# [Gavel Documentation](https://gavel.weareasterisk.com/)
[Click here to create a Heroku instance](https://dashboard.heroku.com/new?template=https%3A%2F%2Fgithub.com%2Fweareasterisk%2Fgavel2%2Ftree%2Fmaster)

[Gavel Documentation](https://gavel.weareasterisk.com/)
8 changes: 4 additions & 4 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"stack": "heroku-20",
"addons": [
"heroku-postgresql:hobby-dev",
"heroku-redis:hobby-dev"
"heroku-postgresql:mini",
"heroku-redis:mini"
],
"buildpacks": [
{
Expand All @@ -15,11 +15,11 @@
"formation": {
"web": {
"quantity": 1,
"size": "free"
"size": "eco"
},
"worker": {
"quantity": 1,
"size": "free"
"size": "eco"
}
},
"description": "An awesome judging system for hackathons",
Expand Down

0 comments on commit 8992abb

Please sign in to comment.