Fix keys
This commit is contained in:
parent
5b2b042030
commit
6407f52e24
4
app.json
4
app.json
@ -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"
|
||||
}
|
||||
|
Reference in New Issue
Block a user