From f149c63b5bdcf102e89eb2708175294eee7d6648 Mon Sep 17 00:00:00 2001 From: Kailash Nadh Date: Sat, 21 Aug 2021 18:01:31 +0530 Subject: [PATCH] Replace the Heroku button with a functional one. --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index 14c8e98..dc0dafe 100644 --- a/README.md +++ b/README.md @@ -65,14 +65,7 @@ __________________ __________________ ### Heroku - -Using the [Nginx buildpack](https://github.com/heroku/heroku-buildpack-nginx) can be used to deploy listmonk on Heroku and use Nginx as a proxy to setup basicauth. -This one-click [Heroku deploy button](https://github.com/bumi/listmonk-heroku) provides an automated default deployment. - -[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/bumi/listmonk-heroku) - -Please note that [configuration options](https://listmonk.app/docs/configuration) must be set using [environment configuration variables](https://devcenter.heroku.com/articles/config-vars). - +[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/knadh/listmonk-heroku) ## Developers