Add post deploy task
This commit is contained in:
parent
694aab365d
commit
796611be59
5
app.json
5
app.json
@ -5,5 +5,10 @@
|
||||
"success_url": "/",
|
||||
"dokku": {
|
||||
"plugins": []
|
||||
},
|
||||
"scripts": {
|
||||
"dokku": {
|
||||
"postdeploy": "gitea migrate && gitea admin create-user --name autonomic --password autonomic --email foobar@autonomic.zone"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user