Dropping this for good then

This commit is contained in:
Luke Murphy 2020-03-15 12:35:02 +01:00
parent 6407f52e24
commit 0c025b7ebb
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 7 deletions

View File

@ -1,11 +1,5 @@
{
"name": "gitea",
"description": "Gitea is a painless self-hosted Git service.",
"repository": "https://gitlab.com/autonomic-cooperative/gitea-dokku",
"scripts": {
"dokku": {
"predeploy": "gitea migrate",
"postdeploy": "gitea admin create-user --username '$ADMIN_USER' --password '$ADMIN_PASS' --email '$ADMIN_MAIL' --admin"
}
}
"repository": "https://gitlab.com/autonomic-cooperative/gitea-dokku"
}