Add post deploy task

This commit is contained in:
Luke Murphy 2020-03-10 11:45:57 +01:00
parent 694aab365d
commit 796611be59
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 5 additions and 0 deletions

View File

@ -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"
}
}
}