Remove plugins for now

This commit is contained in:
Luke Murphy 2020-03-09 10:18:36 +01:00
parent 744fed9407
commit 8fba2d004e
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 12 deletions

View File

@ -4,17 +4,6 @@
"repository": "https://gitlab.com/autonomic-cooperative/gitea-experiment",
"success_url": "/",
"dokku": {
"plugins": [
{
"name": "domains",
"commands": [
"domains:add keycloak keycloak.gitea-experiment.autonomic.zone"
]
},
{
"name": "letsencrypt",
"commands": ["letsencrypt keycloak", "letsencrypt:cron-job --add"]
}
]
"plugins": []
}
}