commit ecf9b926500488e68b85e82835090a75fb9faba8 Author: Luke Murphy Date: Tue Mar 10 10:35:34 2020 +0100 Init drone app 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": [] + } +}