From 5cdad5e28e07e528637fe8a48dd4d83aa659fb62 Mon Sep 17 00:00:00 2001 From: Sameer Al-Sakran <sameer@expa.com> Date: Thu, 30 Jun 2016 12:06:12 -0700 Subject: [PATCH] make it possible to deploy a branch to heroku immediately --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index eb3e8bd6fe5..c87ba6e702c 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,10 @@ Metabase also allows you to hit our Query API directly from Javascript to integr * Provide a specialized customer lookup application for the people in your company +# Danger zone +The below is a way to deploy the branch this README.md lives into Heroku. The developers use it to quickly spin up a copy of Metabase. We DO NOT recommend you using this for production, but rather using a [stable build ](www.metabase.com/start) +[](https://heroku.com/deploy) + # License Unless otherwise noted, all Metabase source files are made available under the terms of the GNU Affero General Public License (AGPL). -- GitLab