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

View File

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