Fix keys
This commit is contained in:
parent
5b2b042030
commit
6407f52e24
4
app.json
4
app.json
@ -2,8 +2,8 @@
|
|||||||
"name": "gitea",
|
"name": "gitea",
|
||||||
"description": "Gitea is a painless self-hosted Git service.",
|
"description": "Gitea is a painless self-hosted Git service.",
|
||||||
"repository": "https://gitlab.com/autonomic-cooperative/gitea-dokku",
|
"repository": "https://gitlab.com/autonomic-cooperative/gitea-dokku",
|
||||||
"dokku": {
|
"scripts": {
|
||||||
"script": {
|
"dokku": {
|
||||||
"predeploy": "gitea migrate",
|
"predeploy": "gitea migrate",
|
||||||
"postdeploy": "gitea admin create-user --username '$ADMIN_USER' --password '$ADMIN_PASS' --email '$ADMIN_MAIL' --admin"
|
"postdeploy": "gitea admin create-user --username '$ADMIN_USER' --password '$ADMIN_PASS' --email '$ADMIN_MAIL' --admin"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user