From 42289d08c7e5185eeb3a5fae7537346862e7225f Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 24 Mar 2020 11:41:47 +0100 Subject: [PATCH] Update URL and remove cruft --- app.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/app.json b/app.json index a144726..86fd599 100644 --- a/app.json +++ b/app.json @@ -1,9 +1,5 @@ { "name": "drone", "description": "Automate Software Testing and Delivery", - "repository": "https://gitlab.com/autonomic-cooperative/drone-dokku", - "success_url": "/", - "dokku": { - "plugins": [] - } + "repository": "https://git.autonomic.zone/autonomic-cooperative/drone" }