From ecf9b926500488e68b85e82835090a75fb9faba8 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 10 Mar 2020 10:35:34 +0100 Subject: [PATCH] Init drone app --- Dockerfile | 3 +++ app.json | 9 +++++++++ 2 files changed, 12 insertions(+) create mode 100644 Dockerfile create mode 100644 app.json diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..6efd62c --- /dev/null +++ b/Dockerfile @@ -0,0 +1,3 @@ +FROM drone/drone:1 + +EXPOSE 80:8000 diff --git a/app.json b/app.json new file mode 100644 index 0000000..a144726 --- /dev/null +++ b/app.json @@ -0,0 +1,9 @@ +{ + "name": "drone", + "description": "Automate Software Testing and Delivery", + "repository": "https://gitlab.com/autonomic-cooperative/drone-dokku", + "success_url": "/", + "dokku": { + "plugins": [] + } +}