Init drone app

This commit is contained in:
Luke Murphy 2020-03-10 10:35:34 +01:00
commit ecf9b92650
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
2 changed files with 12 additions and 0 deletions

3
Dockerfile Normal file
View File

@ -0,0 +1,3 @@
FROM drone/drone:1
EXPOSE 80:8000

9
app.json Normal file
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": []
}
}