From 8992abb249d1f6deba7468259a44d6738ffac65f Mon Sep 17 00:00:00 2001 From: Abhishek More Date: Sun, 26 Feb 2023 13:19:51 -0600 Subject: [PATCH] use 'mini' resources and 'eco' dynos (#19) * Update app.json * Update app.json * Update README.md * edit readme --- README.md | 6 ++++-- app.json | 8 ++++---- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2366e03..4380faf 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ 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/) \ No newline at end of file +[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/) diff --git a/app.json b/app.json index 84cd2b9..3444a1f 100644 --- a/app.json +++ b/app.json @@ -1,8 +1,8 @@ { "stack": "heroku-20", "addons": [ - "heroku-postgresql:hobby-dev", - "heroku-redis:hobby-dev" + "heroku-postgresql:mini", + "heroku-redis:mini" ], "buildpacks": [ { @@ -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",