Init drone app

This commit is contained in:
Luke Murphy
2020-03-10 10:35:34 +01:00
commit ecf9b92650
2 changed files with 12 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
FROM drone/drone:1
EXPOSE 80:8000
+9
View File
@@ -0,0 +1,9 @@
{
"name": "drone",
"description": "Automate Software Testing and Delivery",
"repository": "https://gitlab.com/autonomic-cooperative/drone-dokku",
"success_url": "/",
"dokku": {
"plugins": []
}
}