Remove plugins for now

This commit is contained in:
Luke Murphy
2020-03-09 10:18:36 +01:00
parent 744fed9407
commit 8fba2d004e

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": []
}
}