From 6478ca8571bcc49fbd06a312d7475a8077ad6384 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Mon, 24 Nov 2014 09:59:26 +0000 Subject: [PATCH] Open the setup page upon successful deployment --- app.json | 1 + 1 file changed, 1 insertion(+) diff --git a/app.json b/app.json index 0b8410cb..76f1f763 100644 --- a/app.json +++ b/app.json @@ -2,6 +2,7 @@ "name": "Cachet", "description": "Single-site Status Page with Laravel", "website": "http://james-brooks.uk/cachet", + "success_url": "/setup", "repository": "https://github.com/jbrooksuk/Cachet", "keywords": ["cachet", "laravel", "status", "page"], "addons": ["cleardb"],